phrase 2.25.0 → 2.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +4 -3
- data/docs/KeyCreateParameters.md +1 -1
- data/docs/KeyUpdateParameters.md +1 -1
- data/docs/ProjectCreateParameters.md +1 -1
- data/docs/ProjectUpdateParameters.md +1 -1
- data/docs/ScreenshotUpdateParameters.md +1 -1
- data/docs/TranslationDetails.md +3 -1
- data/docs/TranslationParent.md +19 -0
- data/lib/phrase/models/translation_details.rb +13 -4
- data/lib/phrase/models/translation_parent.rb +205 -0
- data/lib/phrase/version.rb +1 -1
- data/lib/phrase.rb +1 -0
- data/spec/models/translation_details_spec.rb +6 -0
- data/spec/models/translation_parent_spec.rb +35 -0
- metadata +240 -236
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 533035456c9b58cd7f63959b8a0e17d7813feaf8804e9ae5cf81ee3f0a375af5
|
4
|
+
data.tar.gz: '0581b5a61eedd4b514a9611dbecedb5d0db42356fcc50b54f61f451e60fa1284'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e23ed46b1098ec42caebd13f4cb07a62281b3556187e45ae14c7e7e01d19164296c0bb47beb0d894131d703a7e9e0eafde183d15983483c05da56816fb037a86
|
7
|
+
data.tar.gz: 736cc4652b5148b32f4a2b1d0c31b701a96cee37ef2270746eadbc8bff674f4eae538104a48bcd51ae095ad2272e7354d25a7d751bbe291263b67c68551274af
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [2.26.0](https://github.com/phrase/openapi/compare/ruby-v2.25.0...ruby-v2.26.0) (2024-04-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* Add linked-parent to translation details ([#570](https://github.com/phrase/openapi/issues/570)) ([2c6f432](https://github.com/phrase/openapi/commit/2c6f43253e24b670b71ac810c85dce0759c29403))
|
9
|
+
|
3
10
|
## [2.25.0](https://github.com/phrase/openapi/compare/ruby-v2.24.0...ruby-v2.25.0) (2024-04-17)
|
4
11
|
|
5
12
|
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Phrase Strings is a translation management platform for software projects. You c
|
|
7
7
|
## This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: 2.0.0
|
10
|
-
- Package version: 2.
|
10
|
+
- Package version: 2.26.0
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
|
13
13
|
|
@@ -56,10 +56,10 @@ gem build phrase.gemspec
|
|
56
56
|
Then install the gem locally:
|
57
57
|
|
58
58
|
```shell
|
59
|
-
gem install ./phrase-2.
|
59
|
+
gem install ./phrase-2.26.0.gem
|
60
60
|
```
|
61
61
|
|
62
|
-
(for development, run `gem install --dev ./phrase-2.
|
62
|
+
(for development, run `gem install --dev ./phrase-2.26.0.gem` to install the development dependencies)
|
63
63
|
|
64
64
|
## Getting Started
|
65
65
|
|
@@ -599,6 +599,7 @@ Class | Method | HTTP request | Description
|
|
599
599
|
- [Phrase::TranslationKey](docs/TranslationKey.md)
|
600
600
|
- [Phrase::TranslationKeyDetails](docs/TranslationKeyDetails.md)
|
601
601
|
- [Phrase::TranslationOrder](docs/TranslationOrder.md)
|
602
|
+
- [Phrase::TranslationParent](docs/TranslationParent.md)
|
602
603
|
- [Phrase::TranslationReviewParameters](docs/TranslationReviewParameters.md)
|
603
604
|
- [Phrase::TranslationUnverifyParameters](docs/TranslationUnverifyParameters.md)
|
604
605
|
- [Phrase::TranslationUpdateParameters](docs/TranslationUpdateParameters.md)
|
data/docs/KeyCreateParameters.md
CHANGED
@@ -35,7 +35,7 @@ instance = Phrase::KeyCreateParameters.new(branch: my-feature-branch,
|
|
35
35
|
data_type: number,
|
36
36
|
tags: awesome-feature,needs-proofreading,
|
37
37
|
max_characters_allowed: 140,
|
38
|
-
screenshot: [B@
|
38
|
+
screenshot: [B@2eb4a3ec,
|
39
39
|
remove_screenshot: null,
|
40
40
|
unformatted: null,
|
41
41
|
default_translation_content: Default translation content,
|
data/docs/KeyUpdateParameters.md
CHANGED
@@ -34,7 +34,7 @@ instance = Phrase::KeyUpdateParameters.new(branch: my-feature-branch,
|
|
34
34
|
data_type: number,
|
35
35
|
tags: awesome-feature,needs-proofreading,
|
36
36
|
max_characters_allowed: 140,
|
37
|
-
screenshot: [B@
|
37
|
+
screenshot: [B@38e6dab2,
|
38
38
|
remove_screenshot: null,
|
39
39
|
unformatted: null,
|
40
40
|
xml_space_preserve: null,
|
@@ -40,7 +40,7 @@ instance = Phrase::ProjectCreateParameters.new(name: My Android Project,
|
|
40
40
|
main_format: yml,
|
41
41
|
media: Python,
|
42
42
|
shares_translation_memory: true,
|
43
|
-
project_image: [B@
|
43
|
+
project_image: [B@faca8e8,
|
44
44
|
remove_project_image: null,
|
45
45
|
account_id: abcd1234,
|
46
46
|
point_of_contact: abcd1234,
|
@@ -41,7 +41,7 @@ instance = Phrase::ProjectUpdateParameters.new(account_id: abcd1234,
|
|
41
41
|
main_format: yml,
|
42
42
|
media: Python,
|
43
43
|
shares_translation_memory: true,
|
44
|
-
project_image: [B@
|
44
|
+
project_image: [B@3b85a820,
|
45
45
|
remove_project_image: false,
|
46
46
|
workflow: review,
|
47
47
|
machine_translation_enabled: true,
|
data/docs/TranslationDetails.md
CHANGED
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
|
|
17
17
|
**updated_at** | **Time** | | [optional]
|
18
18
|
**user** | [**UserPreview**](UserPreview.md) | | [optional]
|
19
19
|
**word_count** | **Integer** | | [optional]
|
20
|
+
**linked_translation** | [**TranslationParent**](TranslationParent.md) | | [optional]
|
20
21
|
|
21
22
|
## Code Sample
|
22
23
|
|
@@ -35,7 +36,8 @@ instance = Phrase::TranslationDetails.new(id: null,
|
|
35
36
|
created_at: null,
|
36
37
|
updated_at: null,
|
37
38
|
user: null,
|
38
|
-
word_count: null
|
39
|
+
word_count: null,
|
40
|
+
linked_translation: null)
|
39
41
|
```
|
40
42
|
|
41
43
|
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# Phrase::TranslationParent
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**id** | **String** | | [optional]
|
8
|
+
**content** | **String** | | [optional]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'Phrase'
|
14
|
+
|
15
|
+
instance = Phrase::TranslationParent.new(id: null,
|
16
|
+
content: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
@@ -28,6 +28,8 @@ module Phrase
|
|
28
28
|
|
29
29
|
attr_accessor :word_count
|
30
30
|
|
31
|
+
attr_accessor :linked_translation
|
32
|
+
|
31
33
|
# Attribute mapping from ruby-style variable name to JSON key.
|
32
34
|
def self.attribute_map
|
33
35
|
{
|
@@ -43,7 +45,8 @@ module Phrase
|
|
43
45
|
:'created_at' => :'created_at',
|
44
46
|
:'updated_at' => :'updated_at',
|
45
47
|
:'user' => :'user',
|
46
|
-
:'word_count' => :'word_count'
|
48
|
+
:'word_count' => :'word_count',
|
49
|
+
:'linked_translation' => :'linked_translation'
|
47
50
|
}
|
48
51
|
end
|
49
52
|
|
@@ -62,7 +65,8 @@ module Phrase
|
|
62
65
|
:'created_at' => :'DateTime',
|
63
66
|
:'updated_at' => :'DateTime',
|
64
67
|
:'user' => :'UserPreview',
|
65
|
-
:'word_count' => :'Integer'
|
68
|
+
:'word_count' => :'Integer',
|
69
|
+
:'linked_translation' => :'TranslationParent'
|
66
70
|
}
|
67
71
|
end
|
68
72
|
|
@@ -147,6 +151,10 @@ module Phrase
|
|
147
151
|
if attributes.key?(:'word_count')
|
148
152
|
self.word_count = attributes[:'word_count']
|
149
153
|
end
|
154
|
+
|
155
|
+
if attributes.key?(:'linked_translation')
|
156
|
+
self.linked_translation = attributes[:'linked_translation']
|
157
|
+
end
|
150
158
|
end
|
151
159
|
|
152
160
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -179,7 +187,8 @@ module Phrase
|
|
179
187
|
created_at == o.created_at &&
|
180
188
|
updated_at == o.updated_at &&
|
181
189
|
user == o.user &&
|
182
|
-
word_count == o.word_count
|
190
|
+
word_count == o.word_count &&
|
191
|
+
linked_translation == o.linked_translation
|
183
192
|
end
|
184
193
|
|
185
194
|
# @see the `==` method
|
@@ -191,7 +200,7 @@ module Phrase
|
|
191
200
|
# Calculates hash code according to all attributes.
|
192
201
|
# @return [Integer] Hash code
|
193
202
|
def hash
|
194
|
-
[id, content, unverified, excluded, plural_suffix, key, locale, placeholders, state, created_at, updated_at, user, word_count].hash
|
203
|
+
[id, content, unverified, excluded, plural_suffix, key, locale, placeholders, state, created_at, updated_at, user, word_count, linked_translation].hash
|
195
204
|
end
|
196
205
|
|
197
206
|
# Builds the object from hash
|
@@ -0,0 +1,205 @@
|
|
1
|
+
require 'date'
|
2
|
+
|
3
|
+
module Phrase
|
4
|
+
class TranslationParent
|
5
|
+
attr_accessor :id
|
6
|
+
|
7
|
+
attr_accessor :content
|
8
|
+
|
9
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
10
|
+
def self.attribute_map
|
11
|
+
{
|
12
|
+
:'id' => :'id',
|
13
|
+
:'content' => :'content'
|
14
|
+
}
|
15
|
+
end
|
16
|
+
|
17
|
+
# Attribute type mapping.
|
18
|
+
def self.openapi_types
|
19
|
+
{
|
20
|
+
:'id' => :'String',
|
21
|
+
:'content' => :'String'
|
22
|
+
}
|
23
|
+
end
|
24
|
+
|
25
|
+
# List of attributes with nullable: true
|
26
|
+
def self.openapi_nullable
|
27
|
+
Set.new([
|
28
|
+
])
|
29
|
+
end
|
30
|
+
|
31
|
+
# Initializes the object
|
32
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
33
|
+
def initialize(attributes = {})
|
34
|
+
if (!attributes.is_a?(Hash))
|
35
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Phrase::TranslationParent` initialize method"
|
36
|
+
end
|
37
|
+
|
38
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
39
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
40
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
41
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Phrase::TranslationParent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
42
|
+
end
|
43
|
+
h[k.to_sym] = v
|
44
|
+
}
|
45
|
+
|
46
|
+
if attributes.key?(:'id')
|
47
|
+
self.id = attributes[:'id']
|
48
|
+
end
|
49
|
+
|
50
|
+
if attributes.key?(:'content')
|
51
|
+
self.content = attributes[:'content']
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
56
|
+
# @return Array for valid properties with the reasons
|
57
|
+
def list_invalid_properties
|
58
|
+
invalid_properties = Array.new
|
59
|
+
invalid_properties
|
60
|
+
end
|
61
|
+
|
62
|
+
# Check to see if the all the properties in the model are valid
|
63
|
+
# @return true if the model is valid
|
64
|
+
def valid?
|
65
|
+
true
|
66
|
+
end
|
67
|
+
|
68
|
+
# Checks equality by comparing each attribute.
|
69
|
+
# @param [Object] Object to be compared
|
70
|
+
def ==(o)
|
71
|
+
return true if self.equal?(o)
|
72
|
+
self.class == o.class &&
|
73
|
+
id == o.id &&
|
74
|
+
content == o.content
|
75
|
+
end
|
76
|
+
|
77
|
+
# @see the `==` method
|
78
|
+
# @param [Object] Object to be compared
|
79
|
+
def eql?(o)
|
80
|
+
self == o
|
81
|
+
end
|
82
|
+
|
83
|
+
# Calculates hash code according to all attributes.
|
84
|
+
# @return [Integer] Hash code
|
85
|
+
def hash
|
86
|
+
[id, content].hash
|
87
|
+
end
|
88
|
+
|
89
|
+
# Builds the object from hash
|
90
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
91
|
+
# @return [Object] Returns the model itself
|
92
|
+
def self.build_from_hash(attributes)
|
93
|
+
new.build_from_hash(attributes)
|
94
|
+
end
|
95
|
+
|
96
|
+
# Builds the object from hash
|
97
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
98
|
+
# @return [Object] Returns the model itself
|
99
|
+
def build_from_hash(attributes)
|
100
|
+
return nil unless attributes.is_a?(Hash)
|
101
|
+
self.class.openapi_types.each_pair do |key, type|
|
102
|
+
if type =~ /\AArray<(.*)>/i
|
103
|
+
# check to ensure the input is an array given that the attribute
|
104
|
+
# is documented as an array but the input is not
|
105
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
106
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
107
|
+
end
|
108
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
109
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
110
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
111
|
+
end
|
112
|
+
|
113
|
+
self
|
114
|
+
end
|
115
|
+
|
116
|
+
# Deserializes the data based on type
|
117
|
+
# @param string type Data type
|
118
|
+
# @param string value Value to be deserialized
|
119
|
+
# @return [Object] Deserialized data
|
120
|
+
def _deserialize(type, value)
|
121
|
+
case type.to_sym
|
122
|
+
when :DateTime
|
123
|
+
DateTime.parse(value)
|
124
|
+
when :Date
|
125
|
+
Date.parse(value)
|
126
|
+
when :Time
|
127
|
+
Time.parse(value)
|
128
|
+
when :String
|
129
|
+
value.to_s
|
130
|
+
when :Integer
|
131
|
+
value.to_i
|
132
|
+
when :Float
|
133
|
+
value.to_f
|
134
|
+
when :Boolean
|
135
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
136
|
+
true
|
137
|
+
else
|
138
|
+
false
|
139
|
+
end
|
140
|
+
when :Object
|
141
|
+
# generic object (usually a Hash), return directly
|
142
|
+
value
|
143
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
144
|
+
inner_type = Regexp.last_match[:inner_type]
|
145
|
+
value.map { |v| _deserialize(inner_type, v) }
|
146
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
147
|
+
k_type = Regexp.last_match[:k_type]
|
148
|
+
v_type = Regexp.last_match[:v_type]
|
149
|
+
{}.tap do |hash|
|
150
|
+
value.each do |k, v|
|
151
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
152
|
+
end
|
153
|
+
end
|
154
|
+
else # model
|
155
|
+
Phrase.const_get(type).build_from_hash(value)
|
156
|
+
end
|
157
|
+
end
|
158
|
+
|
159
|
+
# Returns the string representation of the object
|
160
|
+
# @return [String] String presentation of the object
|
161
|
+
def to_s
|
162
|
+
to_hash.to_s
|
163
|
+
end
|
164
|
+
|
165
|
+
# to_body is an alias to to_hash (backward compatibility)
|
166
|
+
# @return [Hash] Returns the object in the form of hash
|
167
|
+
def to_body
|
168
|
+
to_hash
|
169
|
+
end
|
170
|
+
|
171
|
+
# Returns the object in the form of hash
|
172
|
+
# @return [Hash] Returns the object in the form of hash
|
173
|
+
def to_hash
|
174
|
+
hash = {}
|
175
|
+
self.class.attribute_map.each_pair do |attr, param|
|
176
|
+
value = self.send(attr)
|
177
|
+
if value.nil?
|
178
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
179
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
180
|
+
end
|
181
|
+
|
182
|
+
hash[param] = _to_hash(value)
|
183
|
+
end
|
184
|
+
hash
|
185
|
+
end
|
186
|
+
|
187
|
+
# Outputs non-array value in the form of hash
|
188
|
+
# For object, use to_hash. Otherwise, just return the value
|
189
|
+
# @param [Object] value Any valid value
|
190
|
+
# @return [Hash] Returns the value in the form of hash
|
191
|
+
def _to_hash(value)
|
192
|
+
if value.is_a?(Array)
|
193
|
+
value.compact.map { |v| _to_hash(v) }
|
194
|
+
elsif value.is_a?(Hash)
|
195
|
+
{}.tap do |hash|
|
196
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
197
|
+
end
|
198
|
+
elsif value.respond_to? :to_hash
|
199
|
+
value.to_hash
|
200
|
+
else
|
201
|
+
value
|
202
|
+
end
|
203
|
+
end
|
204
|
+
end
|
205
|
+
end
|
data/lib/phrase/version.rb
CHANGED
data/lib/phrase.rb
CHANGED
@@ -202,6 +202,7 @@ require 'phrase/models/translation_include_parameters'
|
|
202
202
|
require 'phrase/models/translation_key'
|
203
203
|
require 'phrase/models/translation_key_details'
|
204
204
|
require 'phrase/models/translation_order'
|
205
|
+
require 'phrase/models/translation_parent'
|
205
206
|
require 'phrase/models/translation_review_parameters'
|
206
207
|
require 'phrase/models/translation_unverify_parameters'
|
207
208
|
require 'phrase/models/translation_update_parameters'
|
@@ -98,4 +98,10 @@ describe 'TranslationDetails' do
|
|
98
98
|
end
|
99
99
|
end
|
100
100
|
|
101
|
+
describe 'test attribute "linked_translation"' do
|
102
|
+
it 'should work' do
|
103
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
104
|
+
end
|
105
|
+
end
|
106
|
+
|
101
107
|
end
|
@@ -0,0 +1,35 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
require 'json'
|
3
|
+
require 'date'
|
4
|
+
|
5
|
+
# Unit tests for Phrase::TranslationParent
|
6
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
7
|
+
# Please update as you see appropriate
|
8
|
+
describe 'TranslationParent' do
|
9
|
+
before do
|
10
|
+
# run before each test
|
11
|
+
@instance = Phrase::TranslationParent.new
|
12
|
+
end
|
13
|
+
|
14
|
+
after do
|
15
|
+
# run after each test
|
16
|
+
end
|
17
|
+
|
18
|
+
describe 'test an instance of TranslationParent' do
|
19
|
+
it 'should create an instance of TranslationParent' do
|
20
|
+
expect(@instance).to be_instance_of(Phrase::TranslationParent)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
describe 'test attribute "id"' do
|
24
|
+
it 'should work' do
|
25
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test attribute "content"' do
|
30
|
+
it 'should work' do
|
31
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phrase
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Phrase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -337,6 +337,7 @@ files:
|
|
337
337
|
- docs/TranslationKey.md
|
338
338
|
- docs/TranslationKeyDetails.md
|
339
339
|
- docs/TranslationOrder.md
|
340
|
+
- docs/TranslationParent.md
|
340
341
|
- docs/TranslationReviewParameters.md
|
341
342
|
- docs/TranslationUnverifyParameters.md
|
342
343
|
- docs/TranslationUpdateParameters.md
|
@@ -620,6 +621,7 @@ files:
|
|
620
621
|
- lib/phrase/models/translation_key.rb
|
621
622
|
- lib/phrase/models/translation_key_details.rb
|
622
623
|
- lib/phrase/models/translation_order.rb
|
624
|
+
- lib/phrase/models/translation_parent.rb
|
623
625
|
- lib/phrase/models/translation_review_parameters.rb
|
624
626
|
- lib/phrase/models/translation_unverify_parameters.rb
|
625
627
|
- lib/phrase/models/translation_update_parameters.rb
|
@@ -895,6 +897,7 @@ files:
|
|
895
897
|
- spec/models/translation_key_details_spec.rb
|
896
898
|
- spec/models/translation_key_spec.rb
|
897
899
|
- spec/models/translation_order_spec.rb
|
900
|
+
- spec/models/translation_parent_spec.rb
|
898
901
|
- spec/models/translation_review_parameters_spec.rb
|
899
902
|
- spec/models/translation_spec.rb
|
900
903
|
- spec/models/translation_unverify_parameters_spec.rb
|
@@ -949,277 +952,278 @@ summary: You can collaborate on language file translation with your team or orde
|
|
949
952
|
locale files, tag keys or interact in other ways with the localization data stored
|
950
953
|
in Phrase Strings for your account.
|
951
954
|
test_files:
|
952
|
-
- spec/api/job_locales_api_spec.rb
|
953
|
-
- spec/api/tags_api_spec.rb
|
954
|
-
- spec/api/icu_api_spec.rb
|
955
|
-
- spec/api/quality_performance_score_api_spec.rb
|
956
|
-
- spec/api/search_api_spec.rb
|
957
|
-
- spec/api/notifications_api_spec.rb
|
958
|
-
- spec/api/translations_api_spec.rb
|
959
|
-
- spec/api/keys_api_spec.rb
|
960
|
-
- spec/api/formats_api_spec.rb
|
961
|
-
- spec/api/keys_figma_attachments_api_spec.rb
|
962
955
|
- spec/api/style_guides_api_spec.rb
|
963
|
-
- spec/api/
|
964
|
-
- spec/api/screenshots_api_spec.rb
|
965
|
-
- spec/api/job_template_locales_api_spec.rb
|
966
|
-
- spec/api/figma_attachments_api_spec.rb
|
967
|
-
- spec/api/job_templates_api_spec.rb
|
968
|
-
- spec/api/teams_api_spec.rb
|
969
|
-
- spec/api/git_lab_sync_api_spec.rb
|
970
|
-
- spec/api/jobs_api_spec.rb
|
971
|
-
- spec/api/spaces_api_spec.rb
|
956
|
+
- spec/api/glossary_term_translations_api_spec.rb
|
972
957
|
- spec/api/accounts_api_spec.rb
|
973
|
-
- spec/api/
|
974
|
-
- spec/api/
|
975
|
-
- spec/api/
|
976
|
-
- spec/api/
|
977
|
-
- spec/api/
|
978
|
-
- spec/api/
|
958
|
+
- spec/api/authorizations_api_spec.rb
|
959
|
+
- spec/api/formats_api_spec.rb
|
960
|
+
- spec/api/icu_api_spec.rb
|
961
|
+
- spec/api/orders_api_spec.rb
|
962
|
+
- spec/api/tags_api_spec.rb
|
963
|
+
- spec/api/spaces_api_spec.rb
|
964
|
+
- spec/api/organization_job_templates_api_spec.rb
|
965
|
+
- spec/api/blacklisted_keys_api_spec.rb
|
979
966
|
- spec/api/users_api_spec.rb
|
980
|
-
- spec/api/releases_api_spec.rb
|
981
|
-
- spec/api/locales_api_spec.rb
|
982
967
|
- spec/api/screenshot_markers_api_spec.rb
|
983
|
-
- spec/api/
|
984
|
-
- spec/api/
|
985
|
-
- spec/api/comment_replies_api_spec.rb
|
986
|
-
- spec/api/repo_syncs_api_spec.rb
|
987
|
-
- spec/api/orders_api_spec.rb
|
988
|
-
- spec/api/distributions_api_spec.rb
|
968
|
+
- spec/api/teams_api_spec.rb
|
969
|
+
- spec/api/notification_groups_api_spec.rb
|
989
970
|
- spec/api/git_hub_sync_api_spec.rb
|
971
|
+
- spec/api/job_templates_api_spec.rb
|
990
972
|
- spec/api/comments_api_spec.rb
|
991
|
-
- spec/api/glossary_term_translations_api_spec.rb
|
992
|
-
- spec/api/documents_api_spec.rb
|
993
|
-
- spec/api/comment_reactions_api_spec.rb
|
994
|
-
- spec/api/glossaries_api_spec.rb
|
995
|
-
- spec/api/reports_api_spec.rb
|
996
|
-
- spec/api/authorizations_api_spec.rb
|
997
|
-
- spec/api/invitations_api_spec.rb
|
998
|
-
- spec/api/projects_api_spec.rb
|
999
|
-
- spec/api/job_comments_api_spec.rb
|
1000
|
-
- spec/api/notification_groups_api_spec.rb
|
1001
|
-
- spec/api/versions_history_api_spec.rb
|
1002
973
|
- spec/api/webhook_deliveries_api_spec.rb
|
974
|
+
- spec/api/reports_api_spec.rb
|
1003
975
|
- spec/api/linked_keys_api_spec.rb
|
1004
|
-
- spec/api/
|
976
|
+
- spec/api/branches_api_spec.rb
|
977
|
+
- spec/api/keys_figma_attachments_api_spec.rb
|
978
|
+
- spec/api/releases_api_spec.rb
|
979
|
+
- spec/api/translations_api_spec.rb
|
980
|
+
- spec/api/comment_replies_api_spec.rb
|
981
|
+
- spec/api/locales_api_spec.rb
|
982
|
+
- spec/api/glossary_terms_api_spec.rb
|
983
|
+
- spec/api/versions_history_api_spec.rb
|
984
|
+
- spec/api/comment_reactions_api_spec.rb
|
985
|
+
- spec/api/documents_api_spec.rb
|
986
|
+
- spec/api/screenshots_api_spec.rb
|
987
|
+
- spec/api/figma_attachments_api_spec.rb
|
988
|
+
- spec/api/distributions_api_spec.rb
|
989
|
+
- spec/api/bitbucket_sync_api_spec.rb
|
990
|
+
- spec/api/webhooks_api_spec.rb
|
991
|
+
- spec/api/organization_job_template_locales_api_spec.rb
|
992
|
+
- spec/api/projects_api_spec.rb
|
993
|
+
- spec/api/notifications_api_spec.rb
|
994
|
+
- spec/api/search_api_spec.rb
|
995
|
+
- spec/api/jobs_api_spec.rb
|
996
|
+
- spec/api/members_api_spec.rb
|
997
|
+
- spec/api/git_lab_sync_api_spec.rb
|
998
|
+
- spec/api/quality_performance_score_api_spec.rb
|
999
|
+
- spec/api/keys_api_spec.rb
|
1000
|
+
- spec/api/job_template_locales_api_spec.rb
|
1005
1001
|
- spec/api/uploads_api_spec.rb
|
1002
|
+
- spec/api/variables_api_spec.rb
|
1003
|
+
- spec/api/glossaries_api_spec.rb
|
1004
|
+
- spec/api/repo_syncs_api_spec.rb
|
1005
|
+
- spec/api/custom_metadata_api_spec.rb
|
1006
|
+
- spec/api/job_comments_api_spec.rb
|
1007
|
+
- spec/api/job_locales_api_spec.rb
|
1008
|
+
- spec/api/invitations_api_spec.rb
|
1006
1009
|
- spec/api_client_spec.rb
|
1007
1010
|
- spec/configuration_spec.rb
|
1008
|
-
- spec/models/
|
1009
|
-
- spec/models/
|
1010
|
-
- spec/models/
|
1011
|
-
- spec/models/
|
1011
|
+
- spec/models/organization_job_template_update_parameters_spec.rb
|
1012
|
+
- spec/models/tag_with_stats_spec.rb
|
1013
|
+
- spec/models/translation_include_parameters_spec.rb
|
1014
|
+
- spec/models/locale_details_spec.rb
|
1015
|
+
- spec/models/custom_metadata_data_type_spec.rb
|
1016
|
+
- spec/models/repo_sync_export_spec.rb
|
1017
|
+
- spec/models/job_locale_update_parameters_spec.rb
|
1018
|
+
- spec/models/affected_resources_spec.rb
|
1019
|
+
- spec/models/space1_spec.rb
|
1020
|
+
- spec/models/glossary_term_spec.rb
|
1021
|
+
- spec/models/organization_job_template_create_parameters_spec.rb
|
1022
|
+
- spec/models/custom_metadata_property_spec.rb
|
1023
|
+
- spec/models/project_report_spec.rb
|
1024
|
+
- spec/models/job_template_spec.rb
|
1025
|
+
- spec/models/variable_create_parameters_spec.rb
|
1026
|
+
- spec/models/invitation_update_settings_parameters_spec.rb
|
1027
|
+
- spec/models/repo_sync_event_spec.rb
|
1028
|
+
- spec/models/team_short_spec.rb
|
1029
|
+
- spec/models/member_spaces_inner_spec.rb
|
1030
|
+
- spec/models/release_spec.rb
|
1031
|
+
- spec/models/job_template_locales_create_parameters_spec.rb
|
1032
|
+
- spec/models/glossary_term_create_parameters_spec.rb
|
1033
|
+
- spec/models/keys_include_parameters_spec.rb
|
1034
|
+
- spec/models/organization_job_template_locale_update_parameters_spec.rb
|
1035
|
+
- spec/models/glossary_spec.rb
|
1036
|
+
- spec/models/job_locale_spec.rb
|
1037
|
+
- spec/models/member_update_settings_parameters_spec.rb
|
1038
|
+
- spec/models/key_preview_spec.rb
|
1039
|
+
- spec/models/job_comment_spec.rb
|
1012
1040
|
- spec/models/job_template_create_parameters_spec.rb
|
1013
|
-
- spec/models/
|
1014
|
-
- spec/models/
|
1041
|
+
- spec/models/locale_user_preview_spec.rb
|
1042
|
+
- spec/models/authorization_with_token_spec.rb
|
1043
|
+
- spec/models/notification_spec.rb
|
1044
|
+
- spec/models/figma_attachment_spec.rb
|
1045
|
+
- spec/models/branch_name_spec.rb
|
1046
|
+
- spec/models/bitbucket_sync_spec.rb
|
1047
|
+
- spec/models/distribution_create_parameters_spec.rb
|
1048
|
+
- spec/models/figma_attachment_create_parameters_spec.rb
|
1049
|
+
- spec/models/authorization_spec.rb
|
1015
1050
|
- spec/models/screenshot_update_parameters_spec.rb
|
1016
|
-
- spec/models/
|
1017
|
-
- spec/models/
|
1018
|
-
- spec/models/
|
1051
|
+
- spec/models/translations_search_parameters_spec.rb
|
1052
|
+
- spec/models/styleguide_preview_spec.rb
|
1053
|
+
- spec/models/translation_unverify_parameters_spec.rb
|
1019
1054
|
- spec/models/bitbucket_sync_export_parameters_spec.rb
|
1020
|
-
- spec/models/keys_include_parameters_spec.rb
|
1021
|
-
- spec/models/job_start_parameters_spec.rb
|
1022
|
-
- spec/models/space_create_parameters_spec.rb
|
1023
|
-
- spec/models/authorization_spec.rb
|
1024
1055
|
- spec/models/member_update_parameters_spec.rb
|
1025
|
-
- spec/models/project_details_spec.rb
|
1026
|
-
- spec/models/gitlab_sync_import_parameters_spec.rb
|
1027
|
-
- spec/models/distribution_update_parameters_spec.rb
|
1028
|
-
- spec/models/project_create_parameters_spec.rb
|
1029
|
-
- spec/models/comment_reaction_spec.rb
|
1030
1056
|
- spec/models/space_update_parameters_spec.rb
|
1031
|
-
- spec/models/branch_create_parameters_spec.rb
|
1032
|
-
- spec/models/translations_unverify_parameters_spec.rb
|
1033
|
-
- spec/models/translation_verify_parameters_spec.rb
|
1034
|
-
- spec/models/release_create_parameters_spec.rb
|
1035
|
-
- spec/models/tag_with_stats1_statistics_spec.rb
|
1036
|
-
- spec/models/comment_spec.rb
|
1037
|
-
- spec/models/release_preview_spec.rb
|
1038
|
-
- spec/models/screenshot_marker_create_parameters_spec.rb
|
1039
|
-
- spec/models/projects_quality_performance_score200_response_any_of_errors_inner_spec.rb
|
1040
1057
|
- spec/models/locale_spec.rb
|
1041
|
-
- spec/models/
|
1042
|
-
- spec/models/locale_create_parameters_spec.rb
|
1043
|
-
- spec/models/job_locale_reopen_parameters_spec.rb
|
1044
|
-
- spec/models/organization_job_template_locales_create_parameters_spec.rb
|
1045
|
-
- spec/models/tag_with_stats1_statistics1_spec.rb
|
1046
|
-
- spec/models/job_template_preview_spec.rb
|
1047
|
-
- spec/models/job_reopen_parameters_spec.rb
|
1058
|
+
- spec/models/job_template_locale_update_parameters_spec.rb
|
1048
1059
|
- spec/models/key_update_parameters_spec.rb
|
1049
|
-
- spec/models/
|
1050
|
-
- spec/models/
|
1051
|
-
- spec/models/
|
1052
|
-
- spec/models/
|
1053
|
-
- spec/models/
|
1054
|
-
- spec/models/
|
1055
|
-
- spec/models/
|
1056
|
-
- spec/models/
|
1057
|
-
- spec/models/
|
1058
|
-
- spec/models/
|
1059
|
-
- spec/models/project_update_parameters_spec.rb
|
1060
|
-
- spec/models/repo_sync_event_spec.rb
|
1061
|
-
- spec/models/organization_job_template_create_parameters_spec.rb
|
1062
|
-
- spec/models/organization_job_template_update_parameters_spec.rb
|
1063
|
-
- spec/models/upload_spec.rb
|
1060
|
+
- spec/models/keys_exclude_parameters_spec.rb
|
1061
|
+
- spec/models/screenshot_marker_update_parameters_spec.rb
|
1062
|
+
- spec/models/screenshot_spec.rb
|
1063
|
+
- spec/models/glossary_update_parameters_spec.rb
|
1064
|
+
- spec/models/gitlab_sync_import_parameters_spec.rb
|
1065
|
+
- spec/models/bitbucket_sync_export_response_spec.rb
|
1066
|
+
- spec/models/screenshot_marker_create_parameters_spec.rb
|
1067
|
+
- spec/models/locale_preview_spec.rb
|
1068
|
+
- spec/models/notification_group_detail_spec.rb
|
1069
|
+
- spec/models/styleguide_update_parameters_spec.rb
|
1064
1070
|
- spec/models/teams_spaces_create_parameters_spec.rb
|
1065
|
-
- spec/models/
|
1066
|
-
- spec/models/
|
1067
|
-
- spec/models/release_spec.rb
|
1068
|
-
- spec/models/glossary_term_translation_spec.rb
|
1069
|
-
- spec/models/translations_search_parameters_spec.rb
|
1070
|
-
- spec/models/job_spec.rb
|
1071
|
-
- spec/models/custom_metadata_properties_update_parameters_spec.rb
|
1072
|
-
- spec/models/locale_update_parameters_spec.rb
|
1071
|
+
- spec/models/account_spec.rb
|
1072
|
+
- spec/models/translation_version_spec.rb
|
1073
1073
|
- spec/models/comment_create_parameters_spec.rb
|
1074
|
-
- spec/models/
|
1075
|
-
- spec/models/job_locale_update_parameters_spec.rb
|
1076
|
-
- spec/models/variable_update_parameters_spec.rb
|
1077
|
-
- spec/models/job_complete_parameters_spec.rb
|
1078
|
-
- spec/models/screenshot_spec.rb
|
1079
|
-
- spec/models/job_update_parameters_spec.rb
|
1080
|
-
- spec/models/organization_job_template_locale_update_parameters_spec.rb
|
1081
|
-
- spec/models/error_spec.rb
|
1082
|
-
- spec/models/keys_untag_parameters_spec.rb
|
1083
|
-
- spec/models/key_links_batch_destroy_parameters_spec.rb
|
1084
|
-
- spec/models/team_spec.rb
|
1085
|
-
- spec/models/current_user_spec.rb
|
1086
|
-
- spec/models/job_template_details_spec.rb
|
1087
|
-
- spec/models/translation_include_parameters_spec.rb
|
1088
|
-
- spec/models/translation_review_parameters_spec.rb
|
1089
|
-
- spec/models/job_template_update_parameters_spec.rb
|
1090
|
-
- spec/models/bitbucket_sync_spec.rb
|
1091
|
-
- spec/models/translations_exclude_parameters_spec.rb
|
1092
|
-
- spec/models/gitlab_sync_spec.rb
|
1093
|
-
- spec/models/order_confirm_parameters_spec.rb
|
1094
|
-
- spec/models/glossary_term_translation_create_parameters_spec.rb
|
1095
|
-
- spec/models/project_short_spec.rb
|
1096
|
-
- spec/models/figma_attachment_update_parameters_spec.rb
|
1097
|
-
- spec/models/custom_metadata_property_create422_response_errors_inner_spec.rb
|
1098
|
-
- spec/models/tag_with_stats_spec.rb
|
1099
|
-
- spec/models/key_links_create_parameters_spec.rb
|
1100
|
-
- spec/models/screenshot_marker_update_parameters_spec.rb
|
1074
|
+
- spec/models/translation_exclude_parameters_spec.rb
|
1101
1075
|
- spec/models/repo_sync_event_errors_inner_spec.rb
|
1102
|
-
- spec/models/
|
1103
|
-
- spec/models/
|
1104
|
-
- spec/models/
|
1105
|
-
- spec/models/
|
1106
|
-
- spec/models/
|
1107
|
-
- spec/models/
|
1108
|
-
- spec/models/glossary_term_create_parameters_spec.rb
|
1076
|
+
- spec/models/projects_quality_performance_score200_response_spec.rb
|
1077
|
+
- spec/models/translations_exclude_parameters_spec.rb
|
1078
|
+
- spec/models/job_start_parameters_spec.rb
|
1079
|
+
- spec/models/job_update_parameters_spec.rb
|
1080
|
+
- spec/models/screenshot_marker_spec.rb
|
1081
|
+
- spec/models/comment_spec.rb
|
1109
1082
|
- spec/models/locale_report_spec.rb
|
1110
|
-
- spec/models/
|
1111
|
-
- spec/models/affected_count_spec.rb
|
1112
|
-
- spec/models/team_update_parameters_spec.rb
|
1113
|
-
- spec/models/invitation_update_settings_parameters_spec.rb
|
1114
|
-
- spec/models/translation_spec.rb
|
1115
|
-
- spec/models/job_preview_spec.rb
|
1116
|
-
- spec/models/authorization_update_parameters_spec.rb
|
1117
|
-
- spec/models/projects_quality_performance_score_request_spec.rb
|
1118
|
-
- spec/models/styleguide_spec.rb
|
1119
|
-
- spec/models/gitlab_sync_history_errors_inner_spec.rb
|
1120
|
-
- spec/models/upload_summary_spec.rb
|
1121
|
-
- spec/models/custom_metadata_properties_create_parameters_spec.rb
|
1122
|
-
- spec/models/teams_users_create_parameters_spec.rb
|
1123
|
-
- spec/models/bitbucket_sync_export_response_spec.rb
|
1124
|
-
- spec/models/branch_name_spec.rb
|
1125
|
-
- spec/models/user_preview_spec.rb
|
1126
|
-
- spec/models/job_template_locales_create_parameters_spec.rb
|
1127
|
-
- spec/models/blacklisted_key_update_parameters_spec.rb
|
1083
|
+
- spec/models/locale_create_parameters_spec.rb
|
1128
1084
|
- spec/models/blacklisted_key_create_parameters_spec.rb
|
1129
|
-
- spec/models/
|
1130
|
-
- spec/models/
|
1131
|
-
- spec/models/
|
1132
|
-
- spec/models/
|
1133
|
-
- spec/models/translation_update_parameters_spec.rb
|
1134
|
-
- spec/models/space_spec.rb
|
1135
|
-
- spec/models/team_short_spec.rb
|
1136
|
-
- spec/models/bitbucket_sync_import_parameters_spec.rb
|
1085
|
+
- spec/models/key_links_batch_destroy_parameters_spec.rb
|
1086
|
+
- spec/models/replies_list_parameters_spec.rb
|
1087
|
+
- spec/models/notification_group_spec.rb
|
1088
|
+
- spec/models/invitation_spec.rb
|
1137
1089
|
- spec/models/key_create_parameters_spec.rb
|
1138
|
-
- spec/models/
|
1139
|
-
- spec/models/
|
1140
|
-
- spec/models/
|
1141
|
-
- spec/models/
|
1142
|
-
- spec/models/
|
1143
|
-
- spec/models/
|
1090
|
+
- spec/models/job_template_locales_spec.rb
|
1091
|
+
- spec/models/webhook_create_parameters_spec.rb
|
1092
|
+
- spec/models/custom_metadata_properties_update_parameters_spec.rb
|
1093
|
+
- spec/models/translations_verify_parameters_spec.rb
|
1094
|
+
- spec/models/repo_sync_import_spec.rb
|
1095
|
+
- spec/models/job_complete_parameters_spec.rb
|
1096
|
+
- spec/models/glossary_create_parameters_spec.rb
|
1097
|
+
- spec/models/keys_untag_parameters_spec.rb
|
1144
1098
|
- spec/models/job_details_spec.rb
|
1145
|
-
- spec/models/
|
1146
|
-
- spec/models/
|
1147
|
-
- spec/models/
|
1148
|
-
- spec/models/
|
1149
|
-
- spec/models/projects_quality_performance_score200_response_any_of_spec.rb
|
1150
|
-
- spec/models/translation_version_with_user_spec.rb
|
1151
|
-
- spec/models/job_comment_create_parameters_spec.rb
|
1152
|
-
- spec/models/keys_exclude_parameters_spec.rb
|
1153
|
-
- spec/models/glossary_spec.rb
|
1154
|
-
- spec/models/locale_preview1_spec.rb
|
1155
|
-
- spec/models/job_locales_create_parameters_spec.rb
|
1156
|
-
- spec/models/repo_sync_spec.rb
|
1157
|
-
- spec/models/spaces_projects_create_parameters_spec.rb
|
1158
|
-
- spec/models/variable_create_parameters_spec.rb
|
1159
|
-
- spec/models/team_create_parameters_spec.rb
|
1160
|
-
- spec/models/member_project_detail_project_roles_inner_spec.rb
|
1161
|
-
- spec/models/member_update_settings_parameters_spec.rb
|
1162
|
-
- spec/models/translations_include_parameters_spec.rb
|
1163
|
-
- spec/models/branch_update_parameters_spec.rb
|
1099
|
+
- spec/models/project_create_parameters_spec.rb
|
1100
|
+
- spec/models/space_spec.rb
|
1101
|
+
- spec/models/project_locales_spec.rb
|
1102
|
+
- spec/models/job_template_preview_spec.rb
|
1164
1103
|
- spec/models/keys_search_parameters_spec.rb
|
1165
|
-
- spec/models/
|
1166
|
-
- spec/models/
|
1104
|
+
- spec/models/key_links_index400_response_spec.rb
|
1105
|
+
- spec/models/teams_projects_create_parameters_spec.rb
|
1106
|
+
- spec/models/upload_summary_spec.rb
|
1107
|
+
- spec/models/bitbucket_sync_import_parameters_spec.rb
|
1108
|
+
- spec/models/locale_team_preview_spec.rb
|
1109
|
+
- spec/models/custom_metadata_property_create422_response_spec.rb
|
1110
|
+
- spec/models/project_spec.rb
|
1111
|
+
- spec/models/projects_quality_performance_score_request_spec.rb
|
1112
|
+
- spec/models/authorization_update_parameters_spec.rb
|
1167
1113
|
- spec/models/search_in_account_parameters_spec.rb
|
1168
|
-
- spec/models/
|
1169
|
-
- spec/models/
|
1170
|
-
- spec/models/
|
1114
|
+
- spec/models/error_error_spec.rb
|
1115
|
+
- spec/models/variable_update_parameters_spec.rb
|
1116
|
+
- spec/models/affected_count_spec.rb
|
1117
|
+
- spec/models/translation_update_parameters_spec.rb
|
1118
|
+
- spec/models/user_preview_spec.rb
|
1119
|
+
- spec/models/variable_spec.rb
|
1120
|
+
- spec/models/team_create_parameters_spec.rb
|
1171
1121
|
- spec/models/comment_update_parameters_spec.rb
|
1122
|
+
- spec/models/gitlab_sync_history_errors_inner_spec.rb
|
1123
|
+
- spec/models/tag_create_parameters_spec.rb
|
1124
|
+
- spec/models/member_spec.rb
|
1125
|
+
- spec/models/distribution_preview_spec.rb
|
1126
|
+
- spec/models/translation_parent_spec.rb
|
1127
|
+
- spec/models/member_project_detail_project_roles_inner_spec.rb
|
1128
|
+
- spec/models/spaces_projects_create_parameters_spec.rb
|
1129
|
+
- spec/models/translation_spec.rb
|
1130
|
+
- spec/models/job_locale_complete_parameters_spec.rb
|
1131
|
+
- spec/models/team_detail_spec.rb
|
1132
|
+
- spec/models/job_template_update_parameters_spec.rb
|
1133
|
+
- spec/models/job_comment_create_parameters_spec.rb
|
1134
|
+
- spec/models/locale_statistics_spec.rb
|
1135
|
+
- spec/models/locale_update_parameters_spec.rb
|
1136
|
+
- spec/models/branch_create_parameters_spec.rb
|
1137
|
+
- spec/models/blacklisted_key_spec.rb
|
1138
|
+
- spec/models/translation_key_details_spec.rb
|
1139
|
+
- spec/models/current_user_spec.rb
|
1140
|
+
- spec/models/comment_reaction_spec.rb
|
1141
|
+
- spec/models/project_details_spec.rb
|
1142
|
+
- spec/models/invitation_update_parameters_spec.rb
|
1172
1143
|
- spec/models/translation_create_parameters_spec.rb
|
1173
|
-
- spec/models/
|
1174
|
-
- spec/models/
|
1144
|
+
- spec/models/translation_review_parameters_spec.rb
|
1145
|
+
- spec/models/locale_preview1_spec.rb
|
1146
|
+
- spec/models/translations_unverify_parameters_spec.rb
|
1147
|
+
- spec/models/authorization_create_parameters_spec.rb
|
1148
|
+
- spec/models/project_update_parameters_spec.rb
|
1149
|
+
- spec/models/key_links_create_parameters_spec.rb
|
1150
|
+
- spec/models/order_create_parameters_spec.rb
|
1151
|
+
- spec/models/upload_spec.rb
|
1152
|
+
- spec/models/release_preview_spec.rb
|
1153
|
+
- spec/models/job_create_parameters_spec.rb
|
1154
|
+
- spec/models/organization_job_template_spec.rb
|
1155
|
+
- spec/models/member_project_detail_spec.rb
|
1156
|
+
- spec/models/glossary_term_translation_spec.rb
|
1157
|
+
- spec/models/translations_review_parameters_spec.rb
|
1158
|
+
- spec/models/space_create_parameters_spec.rb
|
1159
|
+
- spec/models/account_search_result_spec.rb
|
1160
|
+
- spec/models/job_preview_spec.rb
|
1161
|
+
- spec/models/user_spec.rb
|
1175
1162
|
- spec/models/icu_skeleton_parameters_spec.rb
|
1176
|
-
- spec/models/
|
1163
|
+
- spec/models/repo_sync_spec.rb
|
1164
|
+
- spec/models/job_template_details_spec.rb
|
1165
|
+
- spec/models/translation_version_with_user_spec.rb
|
1177
1166
|
- spec/models/document_spec.rb
|
1178
|
-
- spec/models/
|
1167
|
+
- spec/models/github_sync_export_parameters_spec.rb
|
1168
|
+
- spec/models/subscription_spec.rb
|
1169
|
+
- spec/models/invitation_create_parameters_spec.rb
|
1170
|
+
- spec/models/custom_metadata_property_create422_response_errors_inner_spec.rb
|
1171
|
+
- spec/models/gitlab_sync_export_parameters_spec.rb
|
1172
|
+
- spec/models/projects_quality_performance_score200_response_any_of_spec.rb
|
1173
|
+
- spec/models/team_update_parameters_spec.rb
|
1179
1174
|
- spec/models/job_locale_complete_review_parameters_spec.rb
|
1175
|
+
- spec/models/comment_mark_read_parameters_spec.rb
|
1176
|
+
- spec/models/projects_quality_performance_score200_response_any_of_data_translations_inner_spec.rb
|
1180
1177
|
- spec/models/format_spec.rb
|
1181
|
-
- spec/models/
|
1182
|
-
- spec/models/
|
1178
|
+
- spec/models/release_create_parameters_spec.rb
|
1179
|
+
- spec/models/team_spec.rb
|
1180
|
+
- spec/models/translation_details_spec.rb
|
1181
|
+
- spec/models/job_spec.rb
|
1182
|
+
- spec/models/distribution_spec.rb
|
1183
1183
|
- spec/models/webhook_spec.rb
|
1184
|
+
- spec/models/figma_attachment_update_parameters_spec.rb
|
1185
|
+
- spec/models/projects_quality_performance_score200_response_any_of_errors_inner_spec.rb
|
1186
|
+
- spec/models/translation_key_spec.rb
|
1187
|
+
- spec/models/gitlab_sync_export_spec.rb
|
1188
|
+
- spec/models/job_reopen_parameters_spec.rb
|
1184
1189
|
- spec/models/branch_spec.rb
|
1185
|
-
- spec/models/
|
1186
|
-
- spec/models/
|
1187
|
-
- spec/models/
|
1188
|
-
- spec/models/
|
1189
|
-
- spec/models/
|
1190
|
-
- spec/models/
|
1191
|
-
- spec/models/
|
1192
|
-
- spec/models/projects_quality_performance_score200_response_any_of_data_translations_inner_spec.rb
|
1193
|
-
- spec/models/projects_quality_performance_score200_response_any_of_data_spec.rb
|
1194
|
-
- spec/models/styleguide_preview_spec.rb
|
1195
|
-
- spec/models/glossary_term_spec.rb
|
1196
|
-
- spec/models/release_update_parameters_spec.rb
|
1190
|
+
- spec/models/blacklisted_key_update_parameters_spec.rb
|
1191
|
+
- spec/models/glossary_term_update_parameters_spec.rb
|
1192
|
+
- spec/models/webhook_delivery_spec.rb
|
1193
|
+
- spec/models/project_short_spec.rb
|
1194
|
+
- spec/models/account_details_spec.rb
|
1195
|
+
- spec/models/tag_spec.rb
|
1196
|
+
- spec/models/glossary_term_translation_update_parameters_spec.rb
|
1197
1197
|
- spec/models/keys_tag_parameters_spec.rb
|
1198
|
-
- spec/models/
|
1199
|
-
- spec/models/
|
1200
|
-
- spec/models/
|
1201
|
-
- spec/models/
|
1198
|
+
- spec/models/organization_job_template_details_spec.rb
|
1199
|
+
- spec/models/tag_with_stats1_statistics1_spec.rb
|
1200
|
+
- spec/models/custom_metadata_properties_create_parameters_spec.rb
|
1201
|
+
- spec/models/gitlab_sync_spec.rb
|
1202
1202
|
- spec/models/job_comment_update_parameters_spec.rb
|
1203
|
-
- spec/models/
|
1203
|
+
- spec/models/tag_with_stats1_statistics_spec.rb
|
1204
|
+
- spec/models/branch_update_parameters_spec.rb
|
1204
1205
|
- spec/models/github_sync_import_parameters_spec.rb
|
1205
|
-
- spec/models/
|
1206
|
-
- spec/models/
|
1207
|
-
- spec/models/
|
1208
|
-
- spec/models/
|
1209
|
-
- spec/models/
|
1210
|
-
- spec/models/
|
1211
|
-
- spec/models/glossary_create_parameters_spec.rb
|
1212
|
-
- spec/models/account_spec.rb
|
1213
|
-
- spec/models/webhook_delivery_spec.rb
|
1214
|
-
- spec/models/job_locale_spec.rb
|
1215
|
-
- spec/models/locale_team_preview_spec.rb
|
1216
|
-
- spec/models/account_details_spec.rb
|
1217
|
-
- spec/models/distribution_preview_spec.rb
|
1218
|
-
- spec/models/glossary_term_update_parameters_spec.rb
|
1219
|
-
- spec/models/member_project_detail_spec.rb
|
1220
|
-
- spec/models/subscription_spec.rb
|
1221
|
-
- spec/models/key_link_spec.rb
|
1222
|
-
- spec/models/translation_key_details_spec.rb
|
1206
|
+
- spec/models/teams_users_create_parameters_spec.rb
|
1207
|
+
- spec/models/distribution_update_parameters_spec.rb
|
1208
|
+
- spec/models/styleguide_create_parameters_spec.rb
|
1209
|
+
- spec/models/gitlab_sync_history_spec.rb
|
1210
|
+
- spec/models/order_confirm_parameters_spec.rb
|
1211
|
+
- spec/models/branch_merge_parameters_spec.rb
|
1223
1212
|
- spec/models/webhook_update_parameters_spec.rb
|
1224
|
-
- spec/models/
|
1213
|
+
- spec/models/release_update_parameters_spec.rb
|
1214
|
+
- spec/models/key_link_spec.rb
|
1215
|
+
- spec/models/glossary_term_translation_create_parameters_spec.rb
|
1216
|
+
- spec/models/job_keys_create_parameters_spec.rb
|
1217
|
+
- spec/models/translations_include_parameters_spec.rb
|
1218
|
+
- spec/models/translation_verify_parameters_spec.rb
|
1219
|
+
- spec/models/error_spec.rb
|
1220
|
+
- spec/models/organization_job_template_locales_create_parameters_spec.rb
|
1221
|
+
- spec/models/styleguide_details_spec.rb
|
1222
|
+
- spec/models/styleguide_spec.rb
|
1223
|
+
- spec/models/job_locale_reopen_parameters_spec.rb
|
1224
|
+
- spec/models/translation_order_spec.rb
|
1225
|
+
- spec/models/comments_list_parameters_spec.rb
|
1226
|
+
- spec/models/icu_spec.rb
|
1227
|
+
- spec/models/job_locales_create_parameters_spec.rb
|
1228
|
+
- spec/models/projects_quality_performance_score200_response_any_of_data_spec.rb
|
1225
1229
|
- spec/spec_helper.rb
|