phrase 2.3.1 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a2fe3411a77d118035f4cff3b794538215171fac814857eb1470dc43a18b9206
4
- data.tar.gz: c02d81518d05cf58860f06e51ea07f5d7538d9f2554c0e41279cdaf903a5bbb3
3
+ metadata.gz: 21fd62b66f6f2e44f29e39e4148a2ab2166b1e974fe8e26417e9bf8f86e9fd77
4
+ data.tar.gz: fd0cdbb0fcc42c3c0ecf2367f81dccfd800cd6c396ef5893bf1cd206ad8e7977
5
5
  SHA512:
6
- metadata.gz: f806b69da3b57a05b9be2c072c9beff18fec8f15f4de132e8d6ba5d2ea962eace60d7628c4f745ff7351737459d375d709534646cc231a915035458494a55b16
7
- data.tar.gz: a33facc80c36ac608415b03f6f63e3a98ebe60af290cbf8e3987fc83e4472605ccde48e4c42fe87a5643fe8772891695a2a88b228ecc29228033e2836718d69e
6
+ metadata.gz: f34f0a906028792b89365a2bc58b529305239d5caa64a2453c23f8cd77cf42f9152233c622e11e5ee32a415d710477e46e32db590aafaffcd562dbbf8bc982a5
7
+ data.tar.gz: 237117d2979303d9554f5503e1cfa1b0ef623e19d534746674f25bce58d91a8018833eba4b78d9ec4081dd0b03738d31f2d484e1207f6d75cfdafa62008c6c6e
data/README.md CHANGED
@@ -7,7 +7,7 @@ Phrase is a translation management platform for software projects. You can colla
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.3.1
10
+ - Package version: 2.4.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.3.1.gem
59
+ gem install ./phrase-2.4.0.gem
60
60
  ```
61
61
 
62
- (for development, run `gem install --dev ./phrase-2.3.1.gem` to install the development dependencies)
62
+ (for development, run `gem install --dev ./phrase-2.4.0.gem` to install the development dependencies)
63
63
 
64
64
  ## Getting Started
65
65
 
@@ -98,6 +98,10 @@ end
98
98
 
99
99
  ```
100
100
 
101
+ ## Get help / support
102
+
103
+ Please contact [support@phrase.com](mailto:support@phrase.com?subject=[GitHub]%20phrase-go) and we can take more direct action toward finding a solution.
104
+
101
105
  ## Documentation for API Endpoints
102
106
 
103
107
  All URIs are relative to *https://api.phrase.com/v2*
data/docs/Distribution.md CHANGED
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **name** | **String** | | [optional]
9
9
  **project** | [**ProjectShort**](ProjectShort.md) | | [optional]
10
10
  **platforms** | **Array<String>** | | [optional]
11
+ **locales** | [**Array<LocalePreview>**](LocalePreview.md) | | [optional]
11
12
  **releases** | [**Array<ReleasePreview>**](ReleasePreview.md) | | [optional]
12
13
  **created_at** | **DateTime** | | [optional]
13
14
  **deleted_at** | **DateTime** | | [optional]
@@ -21,6 +22,7 @@ instance = Phrase::Distribution.new(id: null,
21
22
  name: null,
22
23
  project: null,
23
24
  platforms: null,
25
+ locales: null,
24
26
  releases: null,
25
27
  created_at: null,
26
28
  deleted_at: null)
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **name** | **String** | Name of the distribution | [optional]
8
8
  **project_id** | **String** | Project id the distribution should be assigned to. | [optional]
9
9
  **platforms** | **Array<String>** | List of platforms the distribution should support. | [optional]
10
+ **locale_ids** | **Array<String>** | List of locale ids that will be part of distribution releases | [optional]
10
11
  **format_options** | **Hash<String, String>** | Additional formatting and render options. Only <code>enclose_in_cdata</code> is available for platform <code>android</code>. | [optional]
11
12
  **fallback_to_non_regional_locale** | **Boolean** | Indicates whether to fallback to non regional locale when locale can not be found | [optional]
12
13
  **fallback_to_default_locale** | **Boolean** | Indicates whether to fallback to projects default locale when locale can not be found | [optional]
@@ -20,6 +21,7 @@ require 'Phrase'
20
21
  instance = Phrase::DistributionCreateParameters.new(name: My Android Distribution,
21
22
  project_id: abcd1234abcd1234abcd1234,
22
23
  platforms: ["android","ios"],
24
+ locale_ids: ["abcd1234cdef1234abcd1234cdef1234","fff565db236400772368235db2c6117e"],
23
25
  format_options: {xml:{enclose_in_cdata:'1'}},
24
26
  fallback_to_non_regional_locale: true,
25
27
  fallback_to_default_locale: true,
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **name** | **String** | Name of the distribution | [optional]
8
8
  **project_id** | **String** | Project id the distribution should be assigned to. | [optional]
9
9
  **platforms** | **Array<String>** | List of platforms the distribution should support. | [optional]
10
+ **locale_ids** | **Array<String>** | List of locale ids that will be part of distribution releases | [optional]
10
11
  **format_options** | **Hash<String, String>** | Additional formatting and render options. Only <code>enclose_in_cdata</code> is available for platform <code>android</code>. | [optional]
11
12
  **fallback_to_non_regional_locale** | **Boolean** | Indicates whether to fallback to non regional locale when locale can not be found | [optional]
12
13
  **fallback_to_default_locale** | **Boolean** | Indicates whether to fallback to projects default locale when locale can not be found | [optional]
@@ -20,6 +21,7 @@ require 'Phrase'
20
21
  instance = Phrase::DistributionUpdateParameters.new(name: My Android Distribution,
21
22
  project_id: abcd1234abcd1234abcd1234,
22
23
  platforms: ["android","ios"],
24
+ locale_ids: ["abcd1234cdef1234abcd1234cdef1234","fff565db236400772368235db2c6117e"],
23
25
  format_options: {xml:{enclose_in_cdata:'1'}},
24
26
  fallback_to_non_regional_locale: true,
25
27
  fallback_to_default_locale: true,
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **project_ids** | **String** | List of project ids the invited user has access to. | [optional]
10
10
  **locale_ids** | **String** | List of locale ids the invited user has access to. | [optional]
11
11
  **space_ids** | **Array<String>** | List of spaces the user is assigned to. | [optional]
12
+ **team_ids** | **Array<String>** | List of teams the user is assigned to. | [optional]
12
13
  **default_locale_codes** | **Array<String>** | List of default locales for the user. | [optional]
13
14
  **permissions** | **Hash<String, String>** | Additional permissions depending on invitation role. Available permissions are <code>create_upload</code> and <code>review_translations</code> | [optional]
14
15
 
@@ -22,6 +23,7 @@ instance = Phrase::InvitationCreateParameters.new(email: example@mail.com,
22
23
  project_ids: abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235,
23
24
  locale_ids: abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235,
24
25
  space_ids: ["abcd1234abcd1234abcd1234","abcd1234abcd1234abcd1235"],
26
+ team_ids: ["abcd1234abcd1234abcd1234","abcd1234abcd1234abcd1235"],
25
27
  default_locale_codes: ["en","de"],
26
28
  permissions: {"create_upload":true,"review_translations":true})
27
29
  ```
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **project_ids** | **String** | List of project ids the invited user has access to | [optional]
9
9
  **locale_ids** | **String** | List of locale ids the invited user has access to | [optional]
10
10
  **space_ids** | **Array<String>** | List of spaces the user is assigned to. | [optional]
11
+ **team_ids** | **Array<String>** | List of teams the user is assigned to. | [optional]
11
12
  **default_locale_codes** | **Array<String>** | List of default locales for the user. | [optional]
12
13
  **permissions** | **Hash<String, String>** | Additional permissions depending on invitation role. | [optional]
13
14
 
@@ -20,6 +21,7 @@ instance = Phrase::InvitationUpdateParameters.new(role: Invitiation role,
20
21
  project_ids: abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235,
21
22
  locale_ids: abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235,
22
23
  space_ids: ["abcd1234abcd1234abcd1234","abcd1234abcd1234abcd1235"],
24
+ team_ids: ["abcd1234abcd1234abcd1234","abcd1234abcd1234abcd1235"],
23
25
  default_locale_codes: ["en","de"],
24
26
  permissions: {"create_upload":true})
25
27
  ```
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **description** | **String** | Description of the release | [optional]
8
8
  **platforms** | **Array<String>** | List of platforms the release should support. | [optional]
9
+ **locale_ids** | **Array<String>** | List of locale ids that will be included in the release. If empty, distribution locales will be used | [optional]
9
10
  **branch** | **String** | Branch used for release | [optional]
10
11
 
11
12
  ## Code Sample
@@ -15,6 +16,7 @@ require 'Phrase'
15
16
 
16
17
  instance = Phrase::ReleaseCreateParameters.new(description: My first Release,
17
18
  platforms: ["android","ios"],
19
+ locale_ids: ["abcd1234cdef1234abcd1234cdef1234","fff565db236400772368235db2c6117e"],
18
20
  branch: my-feature-branch)
19
21
  ```
20
22
 
@@ -10,6 +10,8 @@ module Phrase
10
10
 
11
11
  attr_accessor :platforms
12
12
 
13
+ attr_accessor :locales
14
+
13
15
  attr_accessor :releases
14
16
 
15
17
  attr_accessor :created_at
@@ -23,6 +25,7 @@ module Phrase
23
25
  :'name' => :'name',
24
26
  :'project' => :'project',
25
27
  :'platforms' => :'platforms',
28
+ :'locales' => :'locales',
26
29
  :'releases' => :'releases',
27
30
  :'created_at' => :'created_at',
28
31
  :'deleted_at' => :'deleted_at'
@@ -36,6 +39,7 @@ module Phrase
36
39
  :'name' => :'String',
37
40
  :'project' => :'ProjectShort',
38
41
  :'platforms' => :'Array<String>',
42
+ :'locales' => :'Array<LocalePreview>',
39
43
  :'releases' => :'Array<ReleasePreview>',
40
44
  :'created_at' => :'DateTime',
41
45
  :'deleted_at' => :'DateTime'
@@ -81,6 +85,12 @@ module Phrase
81
85
  end
82
86
  end
83
87
 
88
+ if attributes.key?(:'locales')
89
+ if (value = attributes[:'locales']).is_a?(Array)
90
+ self.locales = value
91
+ end
92
+ end
93
+
84
94
  if attributes.key?(:'releases')
85
95
  if (value = attributes[:'releases']).is_a?(Array)
86
96
  self.releases = value
@@ -118,6 +128,7 @@ module Phrase
118
128
  name == o.name &&
119
129
  project == o.project &&
120
130
  platforms == o.platforms &&
131
+ locales == o.locales &&
121
132
  releases == o.releases &&
122
133
  created_at == o.created_at &&
123
134
  deleted_at == o.deleted_at
@@ -132,7 +143,7 @@ module Phrase
132
143
  # Calculates hash code according to all attributes.
133
144
  # @return [Integer] Hash code
134
145
  def hash
135
- [id, name, project, platforms, releases, created_at, deleted_at].hash
146
+ [id, name, project, platforms, locales, releases, created_at, deleted_at].hash
136
147
  end
137
148
 
138
149
  # Builds the object from hash
@@ -11,6 +11,9 @@ module Phrase
11
11
  # List of platforms the distribution should support.
12
12
  attr_accessor :platforms
13
13
 
14
+ # List of locale ids that will be part of distribution releases
15
+ attr_accessor :locale_ids
16
+
14
17
  # Additional formatting and render options. Only <code>enclose_in_cdata</code> is available for platform <code>android</code>.
15
18
  attr_accessor :format_options
16
19
 
@@ -29,6 +32,7 @@ module Phrase
29
32
  :'name' => :'name',
30
33
  :'project_id' => :'project_id',
31
34
  :'platforms' => :'platforms',
35
+ :'locale_ids' => :'locale_ids',
32
36
  :'format_options' => :'format_options',
33
37
  :'fallback_to_non_regional_locale' => :'fallback_to_non_regional_locale',
34
38
  :'fallback_to_default_locale' => :'fallback_to_default_locale',
@@ -42,6 +46,7 @@ module Phrase
42
46
  :'name' => :'String',
43
47
  :'project_id' => :'String',
44
48
  :'platforms' => :'Array<String>',
49
+ :'locale_ids' => :'Array<String>',
45
50
  :'format_options' => :'Hash<String, String>',
46
51
  :'fallback_to_non_regional_locale' => :'Boolean',
47
52
  :'fallback_to_default_locale' => :'Boolean',
@@ -84,6 +89,12 @@ module Phrase
84
89
  end
85
90
  end
86
91
 
92
+ if attributes.key?(:'locale_ids')
93
+ if (value = attributes[:'locale_ids']).is_a?(Array)
94
+ self.locale_ids = value
95
+ end
96
+ end
97
+
87
98
  if attributes.key?(:'format_options')
88
99
  if (value = attributes[:'format_options']).is_a?(Hash)
89
100
  self.format_options = value
@@ -124,6 +135,7 @@ module Phrase
124
135
  name == o.name &&
125
136
  project_id == o.project_id &&
126
137
  platforms == o.platforms &&
138
+ locale_ids == o.locale_ids &&
127
139
  format_options == o.format_options &&
128
140
  fallback_to_non_regional_locale == o.fallback_to_non_regional_locale &&
129
141
  fallback_to_default_locale == o.fallback_to_default_locale &&
@@ -139,7 +151,7 @@ module Phrase
139
151
  # Calculates hash code according to all attributes.
140
152
  # @return [Integer] Hash code
141
153
  def hash
142
- [name, project_id, platforms, format_options, fallback_to_non_regional_locale, fallback_to_default_locale, use_last_reviewed_version].hash
154
+ [name, project_id, platforms, locale_ids, format_options, fallback_to_non_regional_locale, fallback_to_default_locale, use_last_reviewed_version].hash
143
155
  end
144
156
 
145
157
  # Builds the object from hash
@@ -11,6 +11,9 @@ module Phrase
11
11
  # List of platforms the distribution should support.
12
12
  attr_accessor :platforms
13
13
 
14
+ # List of locale ids that will be part of distribution releases
15
+ attr_accessor :locale_ids
16
+
14
17
  # Additional formatting and render options. Only <code>enclose_in_cdata</code> is available for platform <code>android</code>.
15
18
  attr_accessor :format_options
16
19
 
@@ -29,6 +32,7 @@ module Phrase
29
32
  :'name' => :'name',
30
33
  :'project_id' => :'project_id',
31
34
  :'platforms' => :'platforms',
35
+ :'locale_ids' => :'locale_ids',
32
36
  :'format_options' => :'format_options',
33
37
  :'fallback_to_non_regional_locale' => :'fallback_to_non_regional_locale',
34
38
  :'fallback_to_default_locale' => :'fallback_to_default_locale',
@@ -42,6 +46,7 @@ module Phrase
42
46
  :'name' => :'String',
43
47
  :'project_id' => :'String',
44
48
  :'platforms' => :'Array<String>',
49
+ :'locale_ids' => :'Array<String>',
45
50
  :'format_options' => :'Hash<String, String>',
46
51
  :'fallback_to_non_regional_locale' => :'Boolean',
47
52
  :'fallback_to_default_locale' => :'Boolean',
@@ -84,6 +89,12 @@ module Phrase
84
89
  end
85
90
  end
86
91
 
92
+ if attributes.key?(:'locale_ids')
93
+ if (value = attributes[:'locale_ids']).is_a?(Array)
94
+ self.locale_ids = value
95
+ end
96
+ end
97
+
87
98
  if attributes.key?(:'format_options')
88
99
  if (value = attributes[:'format_options']).is_a?(Hash)
89
100
  self.format_options = value
@@ -124,6 +135,7 @@ module Phrase
124
135
  name == o.name &&
125
136
  project_id == o.project_id &&
126
137
  platforms == o.platforms &&
138
+ locale_ids == o.locale_ids &&
127
139
  format_options == o.format_options &&
128
140
  fallback_to_non_regional_locale == o.fallback_to_non_regional_locale &&
129
141
  fallback_to_default_locale == o.fallback_to_default_locale &&
@@ -139,7 +151,7 @@ module Phrase
139
151
  # Calculates hash code according to all attributes.
140
152
  # @return [Integer] Hash code
141
153
  def hash
142
- [name, project_id, platforms, format_options, fallback_to_non_regional_locale, fallback_to_default_locale, use_last_reviewed_version].hash
154
+ [name, project_id, platforms, locale_ids, format_options, fallback_to_non_regional_locale, fallback_to_default_locale, use_last_reviewed_version].hash
143
155
  end
144
156
 
145
157
  # Builds the object from hash
@@ -17,6 +17,9 @@ module Phrase
17
17
  # List of spaces the user is assigned to.
18
18
  attr_accessor :space_ids
19
19
 
20
+ # List of teams the user is assigned to.
21
+ attr_accessor :team_ids
22
+
20
23
  # List of default locales for the user.
21
24
  attr_accessor :default_locale_codes
22
25
 
@@ -31,6 +34,7 @@ module Phrase
31
34
  :'project_ids' => :'project_ids',
32
35
  :'locale_ids' => :'locale_ids',
33
36
  :'space_ids' => :'space_ids',
37
+ :'team_ids' => :'team_ids',
34
38
  :'default_locale_codes' => :'default_locale_codes',
35
39
  :'permissions' => :'permissions'
36
40
  }
@@ -44,6 +48,7 @@ module Phrase
44
48
  :'project_ids' => :'String',
45
49
  :'locale_ids' => :'String',
46
50
  :'space_ids' => :'Array<String>',
51
+ :'team_ids' => :'Array<String>',
47
52
  :'default_locale_codes' => :'Array<String>',
48
53
  :'permissions' => :'Hash<String, String>'
49
54
  }
@@ -92,6 +97,12 @@ module Phrase
92
97
  end
93
98
  end
94
99
 
100
+ if attributes.key?(:'team_ids')
101
+ if (value = attributes[:'team_ids']).is_a?(Array)
102
+ self.team_ids = value
103
+ end
104
+ end
105
+
95
106
  if attributes.key?(:'default_locale_codes')
96
107
  if (value = attributes[:'default_locale_codes']).is_a?(Array)
97
108
  self.default_locale_codes = value
@@ -128,6 +139,7 @@ module Phrase
128
139
  project_ids == o.project_ids &&
129
140
  locale_ids == o.locale_ids &&
130
141
  space_ids == o.space_ids &&
142
+ team_ids == o.team_ids &&
131
143
  default_locale_codes == o.default_locale_codes &&
132
144
  permissions == o.permissions
133
145
  end
@@ -141,7 +153,7 @@ module Phrase
141
153
  # Calculates hash code according to all attributes.
142
154
  # @return [Integer] Hash code
143
155
  def hash
144
- [email, role, project_ids, locale_ids, space_ids, default_locale_codes, permissions].hash
156
+ [email, role, project_ids, locale_ids, space_ids, team_ids, default_locale_codes, permissions].hash
145
157
  end
146
158
 
147
159
  # Builds the object from hash
@@ -14,6 +14,9 @@ module Phrase
14
14
  # List of spaces the user is assigned to.
15
15
  attr_accessor :space_ids
16
16
 
17
+ # List of teams the user is assigned to.
18
+ attr_accessor :team_ids
19
+
17
20
  # List of default locales for the user.
18
21
  attr_accessor :default_locale_codes
19
22
 
@@ -27,6 +30,7 @@ module Phrase
27
30
  :'project_ids' => :'project_ids',
28
31
  :'locale_ids' => :'locale_ids',
29
32
  :'space_ids' => :'space_ids',
33
+ :'team_ids' => :'team_ids',
30
34
  :'default_locale_codes' => :'default_locale_codes',
31
35
  :'permissions' => :'permissions'
32
36
  }
@@ -39,6 +43,7 @@ module Phrase
39
43
  :'project_ids' => :'String',
40
44
  :'locale_ids' => :'String',
41
45
  :'space_ids' => :'Array<String>',
46
+ :'team_ids' => :'Array<String>',
42
47
  :'default_locale_codes' => :'Array<String>',
43
48
  :'permissions' => :'Hash<String, String>'
44
49
  }
@@ -83,6 +88,12 @@ module Phrase
83
88
  end
84
89
  end
85
90
 
91
+ if attributes.key?(:'team_ids')
92
+ if (value = attributes[:'team_ids']).is_a?(Array)
93
+ self.team_ids = value
94
+ end
95
+ end
96
+
86
97
  if attributes.key?(:'default_locale_codes')
87
98
  if (value = attributes[:'default_locale_codes']).is_a?(Array)
88
99
  self.default_locale_codes = value
@@ -118,6 +129,7 @@ module Phrase
118
129
  project_ids == o.project_ids &&
119
130
  locale_ids == o.locale_ids &&
120
131
  space_ids == o.space_ids &&
132
+ team_ids == o.team_ids &&
121
133
  default_locale_codes == o.default_locale_codes &&
122
134
  permissions == o.permissions
123
135
  end
@@ -131,7 +143,7 @@ module Phrase
131
143
  # Calculates hash code according to all attributes.
132
144
  # @return [Integer] Hash code
133
145
  def hash
134
- [role, project_ids, locale_ids, space_ids, default_locale_codes, permissions].hash
146
+ [role, project_ids, locale_ids, space_ids, team_ids, default_locale_codes, permissions].hash
135
147
  end
136
148
 
137
149
  # Builds the object from hash
@@ -8,6 +8,9 @@ module Phrase
8
8
  # List of platforms the release should support.
9
9
  attr_accessor :platforms
10
10
 
11
+ # List of locale ids that will be included in the release. If empty, distribution locales will be used
12
+ attr_accessor :locale_ids
13
+
11
14
  # Branch used for release
12
15
  attr_accessor :branch
13
16
 
@@ -16,6 +19,7 @@ module Phrase
16
19
  {
17
20
  :'description' => :'description',
18
21
  :'platforms' => :'platforms',
22
+ :'locale_ids' => :'locale_ids',
19
23
  :'branch' => :'branch'
20
24
  }
21
25
  end
@@ -25,6 +29,7 @@ module Phrase
25
29
  {
26
30
  :'description' => :'String',
27
31
  :'platforms' => :'Array<String>',
32
+ :'locale_ids' => :'Array<String>',
28
33
  :'branch' => :'String'
29
34
  }
30
35
  end
@@ -60,6 +65,12 @@ module Phrase
60
65
  end
61
66
  end
62
67
 
68
+ if attributes.key?(:'locale_ids')
69
+ if (value = attributes[:'locale_ids']).is_a?(Array)
70
+ self.locale_ids = value
71
+ end
72
+ end
73
+
63
74
  if attributes.key?(:'branch')
64
75
  self.branch = attributes[:'branch']
65
76
  end
@@ -85,6 +96,7 @@ module Phrase
85
96
  self.class == o.class &&
86
97
  description == o.description &&
87
98
  platforms == o.platforms &&
99
+ locale_ids == o.locale_ids &&
88
100
  branch == o.branch
89
101
  end
90
102
 
@@ -97,7 +109,7 @@ module Phrase
97
109
  # Calculates hash code according to all attributes.
98
110
  # @return [Integer] Hash code
99
111
  def hash
100
- [description, platforms, branch].hash
112
+ [description, platforms, locale_ids, branch].hash
101
113
  end
102
114
 
103
115
  # Builds the object from hash
@@ -1,3 +1,3 @@
1
1
  module Phrase
2
- VERSION = '2.3.1'
2
+ VERSION = '2.4.0'
3
3
  end
@@ -38,6 +38,12 @@ describe 'DistributionCreateParameters' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "locale_ids"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "format_options"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'Distribution' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "locales"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "releases"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'DistributionUpdateParameters' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "locale_ids"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "format_options"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -50,6 +50,12 @@ describe 'InvitationCreateParameters' do
50
50
  end
51
51
  end
52
52
 
53
+ describe 'test attribute "team_ids"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
53
59
  describe 'test attribute "default_locale_codes"' do
54
60
  it 'should work' do
55
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'InvitationUpdateParameters' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "team_ids"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "default_locale_codes"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,6 +32,12 @@ describe 'ReleaseCreateParameters' do
32
32
  end
33
33
  end
34
34
 
35
+ describe 'test attribute "locale_ids"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
35
41
  describe 'test attribute "branch"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
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.3.1
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phrase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-08 00:00:00.000000000 Z
11
+ date: 2021-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -807,230 +807,230 @@ summary: You can collaborate on language file translation with your team or orde
807
807
  locale files, tag keys or interact in other ways with the localization data stored
808
808
  in Phrase for your account.
809
809
  test_files:
810
- - spec/api/orders_api_spec.rb
811
- - spec/api/notifications_api_spec.rb
812
- - spec/api/releases_api_spec.rb
813
- - spec/api/invitations_api_spec.rb
814
- - spec/api/blacklisted_keys_api_spec.rb
815
- - spec/api/comments_api_spec.rb
816
- - spec/api/git_hub_sync_api_spec.rb
817
- - spec/api/style_guides_api_spec.rb
810
+ - spec/api/uploads_api_spec.rb
811
+ - spec/api/glossary_term_translations_api_spec.rb
812
+ - spec/api/distributions_api_spec.rb
813
+ - spec/api/users_api_spec.rb
814
+ - spec/api/formats_api_spec.rb
815
+ - spec/api/members_api_spec.rb
816
+ - spec/api/webhooks_api_spec.rb
818
817
  - spec/api/variables_api_spec.rb
819
- - spec/api/job_templates_api_spec.rb
818
+ - spec/api/style_guides_api_spec.rb
819
+ - spec/api/invitations_api_spec.rb
820
+ - spec/api/bitbucket_sync_api_spec.rb
821
+ - spec/api/spaces_api_spec.rb
822
+ - spec/api/keys_api_spec.rb
820
823
  - spec/api/projects_api_spec.rb
821
- - spec/api/webhooks_api_spec.rb
822
- - spec/api/glossary_terms_api_spec.rb
824
+ - spec/api/screenshots_api_spec.rb
825
+ - spec/api/versions_history_api_spec.rb
826
+ - spec/api/job_locales_api_spec.rb
827
+ - spec/api/git_hub_sync_api_spec.rb
823
828
  - spec/api/tags_api_spec.rb
824
- - spec/api/git_lab_sync_api_spec.rb
825
- - spec/api/locales_api_spec.rb
829
+ - spec/api/releases_api_spec.rb
826
830
  - spec/api/teams_api_spec.rb
827
- - spec/api/members_api_spec.rb
828
831
  - spec/api/translations_api_spec.rb
829
- - spec/api/job_template_locales_api_spec.rb
830
- - spec/api/bitbucket_sync_api_spec.rb
831
- - spec/api/glossary_term_translations_api_spec.rb
832
- - spec/api/glossaries_api_spec.rb
833
- - spec/api/users_api_spec.rb
832
+ - spec/api/blacklisted_keys_api_spec.rb
833
+ - spec/api/git_lab_sync_api_spec.rb
834
834
  - spec/api/branches_api_spec.rb
835
- - spec/api/job_locales_api_spec.rb
836
- - spec/api/notification_groups_api_spec.rb
837
- - spec/api/screenshot_markers_api_spec.rb
838
835
  - spec/api/jobs_api_spec.rb
839
- - spec/api/keys_api_spec.rb
840
- - spec/api/authorizations_api_spec.rb
841
- - spec/api/screenshots_api_spec.rb
842
- - spec/api/distributions_api_spec.rb
843
836
  - spec/api/accounts_api_spec.rb
837
+ - spec/api/glossary_terms_api_spec.rb
838
+ - spec/api/job_template_locales_api_spec.rb
839
+ - spec/api/orders_api_spec.rb
840
+ - spec/api/comments_api_spec.rb
841
+ - spec/api/locales_api_spec.rb
844
842
  - spec/api/documents_api_spec.rb
843
+ - spec/api/authorizations_api_spec.rb
844
+ - spec/api/job_templates_api_spec.rb
845
845
  - spec/api/search_api_spec.rb
846
- - spec/api/versions_history_api_spec.rb
847
- - spec/api/uploads_api_spec.rb
848
- - spec/api/formats_api_spec.rb
849
- - spec/api/spaces_api_spec.rb
846
+ - spec/api/notifications_api_spec.rb
847
+ - spec/api/screenshot_markers_api_spec.rb
848
+ - spec/api/notification_groups_api_spec.rb
849
+ - spec/api/glossaries_api_spec.rb
850
850
  - spec/api_client_spec.rb
851
851
  - spec/configuration_spec.rb
852
- - spec/models/screenshot_marker_spec.rb
853
- - spec/models/job_template_user_preview_spec.rb
854
- - spec/models/release_preview_spec.rb
855
- - spec/models/inline_response422_spec.rb
856
- - spec/models/blacklisted_key_create_parameters_spec.rb
857
- - spec/models/distribution_preview_spec.rb
858
- - spec/models/account_search_result_spec.rb
859
- - spec/models/team_spec.rb
860
- - spec/models/notification_spec.rb
861
- - spec/models/distribution_create_parameters_spec.rb
862
- - spec/models/job_details_spec.rb
863
- - spec/models/team_create_parameters_spec.rb
864
- - spec/models/space_create_parameters_spec.rb
865
- - spec/models/job_keys_create_parameters_spec.rb
866
- - spec/models/translation_spec.rb
867
- - spec/models/styleguide_spec.rb
868
- - spec/models/key_create_parameters_spec.rb
869
- - spec/models/account_spec.rb
870
- - spec/models/blacklisted_key_spec.rb
871
- - spec/models/locale_preview1_spec.rb
872
- - spec/models/comment_update_parameters_spec.rb
873
- - spec/models/project_details1_spec.rb
874
- - spec/models/job_template_update_parameters_spec.rb
875
- - spec/models/locale_statistics_spec.rb
876
- - spec/models/styleguide_details_spec.rb
877
- - spec/models/comment_create_parameters_spec.rb
878
- - spec/models/user_preview_spec.rb
852
+ - spec/models/teams_spaces_create_parameters_spec.rb
879
853
  - spec/models/glossary_term_translation_update_parameters_spec.rb
880
- - spec/models/locale_create_parameters_spec.rb
881
- - spec/models/locale_details_spec.rb
882
- - spec/models/keys_tag_parameters_spec.rb
883
- - spec/models/gitlab_sync_export_parameters_spec.rb
854
+ - spec/models/translation_version_spec.rb
855
+ - spec/models/bitbucket_sync_import_parameters_spec.rb
856
+ - spec/models/variable_spec.rb
884
857
  - spec/models/job_start_parameters_spec.rb
885
- - spec/models/translation_version_with_user1_spec.rb
886
- - spec/models/translations_review_parameters_spec.rb
887
- - spec/models/translation_key_details_spec.rb
888
- - spec/models/job_locale_complete_parameters_spec.rb
889
- - spec/models/job_template_locale_update_parameters_spec.rb
890
- - spec/models/branch_spec.rb
891
- - spec/models/authorization_with_token1_spec.rb
892
- - spec/models/keys_search_parameters_spec.rb
893
- - spec/models/variable_update_parameters_spec.rb
894
- - spec/models/affected_count_spec.rb
895
- - spec/models/upload_spec.rb
896
- - spec/models/tag_with_stats1_statistics1_spec.rb
897
- - spec/models/translation_create_parameters_spec.rb
898
- - spec/models/glossary_term_spec.rb
899
858
  - spec/models/translation_details1_spec.rb
900
- - spec/models/key_update_parameters_spec.rb
901
- - spec/models/subscription_spec.rb
902
- - spec/models/invitation_update_settings_parameters_spec.rb
903
- - spec/models/affected_resources_spec.rb
859
+ - spec/models/screenshot_spec.rb
860
+ - spec/models/team_detail_spec.rb
904
861
  - spec/models/translation_unverify_parameters_spec.rb
905
- - spec/models/project_update_parameters_spec.rb
862
+ - spec/models/locale_statistics_spec.rb
863
+ - spec/models/project_locales1_spec.rb
864
+ - spec/models/release_update_parameters_spec.rb
865
+ - spec/models/translation_verify_parameters_spec.rb
866
+ - spec/models/authorization_update_parameters_spec.rb
867
+ - spec/models/bitbucket_sync_spec.rb
868
+ - spec/models/locale_preview1_spec.rb
869
+ - spec/models/styleguide_update_parameters_spec.rb
870
+ - spec/models/job_locales_create_parameters_spec.rb
871
+ - spec/models/job_template_preview_spec.rb
906
872
  - spec/models/screenshot_marker_create_parameters_spec.rb
907
- - spec/models/team_detail_spec.rb
908
- - spec/models/document_spec.rb
909
- - spec/models/glossary_update_parameters_spec.rb
910
- - spec/models/keys_exclude_parameters_spec.rb
911
- - spec/models/bitbucket_sync_export_parameters_spec.rb
873
+ - spec/models/gitlab_sync_import_parameters_spec.rb
874
+ - spec/models/translations_verify_parameters_spec.rb
875
+ - spec/models/job_complete_parameters_spec.rb
876
+ - spec/models/user_preview_spec.rb
877
+ - spec/models/translations_include_parameters_spec.rb
878
+ - spec/models/locale_create_parameters_spec.rb
879
+ - spec/models/invitation_spec.rb
880
+ - spec/models/gitlab_sync_export_spec.rb
881
+ - spec/models/account_spec.rb
882
+ - spec/models/styleguide_details_spec.rb
883
+ - spec/models/current_user_spec.rb
884
+ - spec/models/key_update_parameters_spec.rb
885
+ - spec/models/project_details_spec.rb
886
+ - spec/models/locale_preview_spec.rb
887
+ - spec/models/tag_create_parameters_spec.rb
888
+ - spec/models/account_search_result_spec.rb
889
+ - spec/models/keys_untag_parameters_spec.rb
890
+ - spec/models/job_template_create_parameters_spec.rb
891
+ - spec/models/invitation_update_parameters_spec.rb
892
+ - spec/models/job_template_locale_update_parameters_spec.rb
893
+ - spec/models/project_details1_spec.rb
894
+ - spec/models/github_sync_import_parameters_spec.rb
895
+ - spec/models/blacklisted_key_update_parameters_spec.rb
912
896
  - spec/models/comment_spec.rb
913
- - spec/models/translation_order_spec.rb
914
- - spec/models/translation_update_parameters_spec.rb
897
+ - spec/models/gitlab_sync_spec.rb
898
+ - spec/models/styleguide_preview_spec.rb
899
+ - spec/models/notification_spec.rb
900
+ - spec/models/tag_with_stats1_statistics_spec.rb
901
+ - spec/models/release_preview_spec.rb
902
+ - spec/models/job_template_user_preview_spec.rb
903
+ - spec/models/distribution_spec.rb
904
+ - spec/models/branch_name_spec.rb
915
905
  - spec/models/screenshot_marker_update_parameters_spec.rb
916
- - spec/models/translations_search_parameters_spec.rb
917
- - spec/models/teams_users_create_parameters_spec.rb
918
- - spec/models/account_details_spec.rb
919
- - spec/models/tag_create_parameters_spec.rb
920
- - spec/models/user_spec.rb
921
- - spec/models/job_locales_create_parameters_spec.rb
922
- - spec/models/webhook_create_parameters_spec.rb
923
- - spec/models/job_locale_update_parameters_spec.rb
906
+ - spec/models/upload_summary_spec.rb
924
907
  - spec/models/release_spec.rb
925
- - spec/models/upload_create_parameters_spec.rb
908
+ - spec/models/team_spec.rb
909
+ - spec/models/translations_exclude_parameters_spec.rb
910
+ - spec/models/job_locale_complete_parameters_spec.rb
926
911
  - spec/models/job_template_spec.rb
927
- - spec/models/translations_unverify_parameters_spec.rb
928
- - spec/models/authorization_spec.rb
929
- - spec/models/translation_key_details1_spec.rb
930
- - spec/models/format_spec.rb
931
- - spec/models/order_create_parameters_spec.rb
932
- - spec/models/styleguide_update_parameters_spec.rb
933
- - spec/models/member_spec.rb
934
- - spec/models/translation_verify_parameters_spec.rb
935
- - spec/models/release_update_parameters_spec.rb
936
- - spec/models/bitbucket_sync_spec.rb
937
- - spec/models/project_details_spec.rb
938
- - spec/models/spaces_projects_create_parameters_spec.rb
939
- - spec/models/webhook_spec.rb
940
- - spec/models/key_preview_spec.rb
912
+ - spec/models/glossary_create_parameters_spec.rb
913
+ - spec/models/teams_users_create_parameters_spec.rb
914
+ - spec/models/bitbucket_sync_export_parameters_spec.rb
915
+ - spec/models/job_reopen_parameters_spec.rb
916
+ - spec/models/key_create_parameters_spec.rb
941
917
  - spec/models/variable_create_parameters_spec.rb
942
- - spec/models/invitation_spec.rb
943
- - spec/models/keys_include_parameters_spec.rb
944
- - spec/models/styleguide_preview_spec.rb
945
- - spec/models/account_details1_spec.rb
946
- - spec/models/locale_spec.rb
947
- - spec/models/job_create_parameters_spec.rb
948
- - spec/models/glossary_spec.rb
949
- - spec/models/translation_version_spec.rb
950
- - spec/models/job_template_locales_create_parameters_spec.rb
951
- - spec/models/branch_update_parameters_spec.rb
952
- - spec/models/translations_verify_parameters_spec.rb
953
- - spec/models/job_details1_spec.rb
954
- - spec/models/notification_group_spec.rb
918
+ - spec/models/translation_spec.rb
919
+ - spec/models/locale_details_spec.rb
920
+ - spec/models/screenshot_create_parameters_spec.rb
921
+ - spec/models/subscription_spec.rb
922
+ - spec/models/member_spaces_spec.rb
923
+ - spec/models/project_create_parameters_spec.rb
924
+ - spec/models/inline_response422_spec.rb
925
+ - spec/models/translation_order_spec.rb
926
+ - spec/models/screenshot_marker_spec.rb
955
927
  - spec/models/member_update_settings_parameters_spec.rb
956
928
  - spec/models/webhook_update_parameters_spec.rb
957
- - spec/models/project_create_parameters_spec.rb
958
- - spec/models/bitbucket_sync_export_response_spec.rb
959
- - spec/models/branch_name_spec.rb
960
- - spec/models/distribution_update_parameters_spec.rb
961
- - spec/models/member_spaces_spec.rb
962
- - spec/models/project_short_spec.rb
963
- - spec/models/tag_with_stats1_statistics_spec.rb
964
- - spec/models/teams_spaces_create_parameters_spec.rb
965
- - spec/models/glossary_term_update_parameters_spec.rb
966
- - spec/models/current_user_spec.rb
967
- - spec/models/upload_summary_spec.rb
968
- - spec/models/authorization_create_parameters_spec.rb
969
- - spec/models/gitlab_sync_spec.rb
970
- - spec/models/tag_with_stats1_spec.rb
971
- - spec/models/job_preview_spec.rb
972
- - spec/models/release_create_parameters_spec.rb
973
- - spec/models/job_complete_parameters_spec.rb
974
- - spec/models/job_template_create_parameters_spec.rb
975
- - spec/models/gitlab_sync_import_parameters_spec.rb
976
- - spec/models/translation_details_spec.rb
977
- - spec/models/gitlab_sync_history_spec.rb
978
- - spec/models/screenshot_create_parameters_spec.rb
979
929
  - spec/models/project_locales_spec.rb
980
- - spec/models/job_locale_spec.rb
981
- - spec/models/project_locales1_spec.rb
982
- - spec/models/job_update_parameters_spec.rb
983
- - spec/models/space1_spec.rb
930
+ - spec/models/tag_with_stats1_spec.rb
931
+ - spec/models/translation_key_details1_spec.rb
932
+ - spec/models/authorization_with_token1_spec.rb
933
+ - spec/models/locale_details1_spec.rb
934
+ - spec/models/glossary_spec.rb
935
+ - spec/models/translations_search_parameters_spec.rb
936
+ - spec/models/distribution_create_parameters_spec.rb
937
+ - spec/models/team_update_parameters_spec.rb
938
+ - spec/models/job_spec.rb
939
+ - spec/models/account_details1_spec.rb
984
940
  - spec/models/glossary_term_create_parameters_spec.rb
985
- - spec/models/search_in_account_parameters_spec.rb
986
- - spec/models/space_update_parameters_spec.rb
987
- - spec/models/translation_version_with_user_spec.rb
988
- - spec/models/distribution_spec.rb
941
+ - spec/models/member_spec.rb
942
+ - spec/models/keys_tag_parameters_spec.rb
943
+ - spec/models/job_details_spec.rb
944
+ - spec/models/github_sync_export_parameters_spec.rb
945
+ - spec/models/member_update_parameters_spec.rb
946
+ - spec/models/distribution_preview_spec.rb
947
+ - spec/models/gitlab_sync_history_spec.rb
989
948
  - spec/models/glossary_term_translation_create_parameters_spec.rb
990
- - spec/models/locale_preview_spec.rb
991
949
  - spec/models/branch_create_parameters_spec.rb
992
- - spec/models/keys_untag_parameters_spec.rb
993
- - spec/models/bitbucket_sync_import_parameters_spec.rb
994
- - spec/models/team_update_parameters_spec.rb
995
- - spec/models/translation_exclude_parameters_spec.rb
996
- - spec/models/screenshot_update_parameters_spec.rb
997
- - spec/models/teams_projects_create_parameters_spec.rb
998
- - spec/models/notification_group_detail_spec.rb
999
- - spec/models/variable_spec.rb
1000
- - spec/models/blacklisted_key_update_parameters_spec.rb
1001
- - spec/models/member_update_parameters_spec.rb
1002
- - spec/models/locale_update_parameters_spec.rb
1003
- - spec/models/github_sync_import_parameters_spec.rb
1004
- - spec/models/translation_review_parameters_spec.rb
950
+ - spec/models/job_update_parameters_spec.rb
951
+ - spec/models/translation_update_parameters_spec.rb
952
+ - spec/models/styleguide_details1_spec.rb
953
+ - spec/models/translation_version_with_user_spec.rb
954
+ - spec/models/account_details_spec.rb
955
+ - spec/models/styleguide_spec.rb
956
+ - spec/models/blacklisted_key_spec.rb
1005
957
  - spec/models/tag_with_stats_spec.rb
1006
- - spec/models/space_spec.rb
1007
- - spec/models/order_confirm_parameters_spec.rb
1008
- - spec/models/job_spec.rb
1009
- - spec/models/branch_merge_parameters_spec.rb
1010
- - spec/models/gitlab_sync_export_spec.rb
1011
- - spec/models/tag_spec.rb
1012
- - spec/models/glossary_create_parameters_spec.rb
1013
- - spec/models/member_project_detail_spec.rb
958
+ - spec/models/keys_include_parameters_spec.rb
959
+ - spec/models/space1_spec.rb
960
+ - spec/models/branch_update_parameters_spec.rb
961
+ - spec/models/job_locale_spec.rb
962
+ - spec/models/webhook_spec.rb
963
+ - spec/models/affected_count_spec.rb
964
+ - spec/models/spaces_projects_create_parameters_spec.rb
965
+ - spec/models/glossary_update_parameters_spec.rb
966
+ - spec/models/translation_create_parameters_spec.rb
967
+ - spec/models/glossary_term_translation_spec.rb
968
+ - spec/models/glossary_term_spec.rb
1014
969
  - spec/models/inline_response422_errors_spec.rb
1015
- - spec/models/job_reopen_parameters_spec.rb
970
+ - spec/models/project_short_spec.rb
1016
971
  - spec/models/authorization_with_token_spec.rb
1017
- - spec/models/comment_mark_read_parameters_spec.rb
972
+ - spec/models/format_spec.rb
973
+ - spec/models/document_spec.rb
974
+ - spec/models/job_locale_reopen_parameters_spec.rb
975
+ - spec/models/space_update_parameters_spec.rb
1018
976
  - spec/models/job_template_locale_spec.rb
1019
- - spec/models/project_spec.rb
1020
- - spec/models/glossary_term_translation_spec.rb
1021
- - spec/models/job_template_preview_spec.rb
1022
- - spec/models/translations_include_parameters_spec.rb
1023
- - spec/models/locale_details1_spec.rb
1024
- - spec/models/github_sync_export_parameters_spec.rb
1025
- - spec/models/translation_include_parameters_spec.rb
977
+ - spec/models/branch_merge_parameters_spec.rb
978
+ - spec/models/tag_with_stats1_statistics1_spec.rb
979
+ - spec/models/space_create_parameters_spec.rb
980
+ - spec/models/space_spec.rb
1026
981
  - spec/models/translation_key_spec.rb
1027
- - spec/models/invitation_update_parameters_spec.rb
1028
- - spec/models/translations_exclude_parameters_spec.rb
1029
- - spec/models/styleguide_details1_spec.rb
1030
- - spec/models/invitation_create_parameters_spec.rb
1031
- - spec/models/screenshot_spec.rb
1032
- - spec/models/authorization_update_parameters_spec.rb
982
+ - spec/models/notification_group_detail_spec.rb
983
+ - spec/models/job_template_update_parameters_spec.rb
984
+ - spec/models/locale_spec.rb
985
+ - spec/models/blacklisted_key_create_parameters_spec.rb
986
+ - spec/models/branch_spec.rb
987
+ - spec/models/translation_version_with_user1_spec.rb
988
+ - spec/models/screenshot_update_parameters_spec.rb
989
+ - spec/models/authorization_create_parameters_spec.rb
990
+ - spec/models/affected_resources_spec.rb
1033
991
  - spec/models/styleguide_create_parameters_spec.rb
1034
- - spec/models/job_locale_reopen_parameters_spec.rb
992
+ - spec/models/translations_review_parameters_spec.rb
993
+ - spec/models/key_preview_spec.rb
994
+ - spec/models/tag_spec.rb
995
+ - spec/models/comment_mark_read_parameters_spec.rb
996
+ - spec/models/teams_projects_create_parameters_spec.rb
997
+ - spec/models/upload_create_parameters_spec.rb
998
+ - spec/models/project_update_parameters_spec.rb
999
+ - spec/models/bitbucket_sync_export_response_spec.rb
1000
+ - spec/models/job_create_parameters_spec.rb
1001
+ - spec/models/locale_update_parameters_spec.rb
1002
+ - spec/models/glossary_term_update_parameters_spec.rb
1003
+ - spec/models/translation_key_details_spec.rb
1004
+ - spec/models/order_create_parameters_spec.rb
1005
+ - spec/models/search_in_account_parameters_spec.rb
1006
+ - spec/models/comment_update_parameters_spec.rb
1007
+ - spec/models/invitation_create_parameters_spec.rb
1008
+ - spec/models/order_confirm_parameters_spec.rb
1009
+ - spec/models/gitlab_sync_export_parameters_spec.rb
1010
+ - spec/models/comment_create_parameters_spec.rb
1011
+ - spec/models/translation_details_spec.rb
1012
+ - spec/models/job_locale_update_parameters_spec.rb
1013
+ - spec/models/job_details1_spec.rb
1014
+ - spec/models/variable_update_parameters_spec.rb
1015
+ - spec/models/upload_spec.rb
1016
+ - spec/models/job_template_locales_create_parameters_spec.rb
1017
+ - spec/models/job_preview_spec.rb
1018
+ - spec/models/keys_search_parameters_spec.rb
1019
+ - spec/models/project_spec.rb
1020
+ - spec/models/user_spec.rb
1021
+ - spec/models/distribution_update_parameters_spec.rb
1035
1022
  - spec/models/member_project_detail_project_roles_spec.rb
1023
+ - spec/models/authorization_spec.rb
1024
+ - spec/models/translations_unverify_parameters_spec.rb
1025
+ - spec/models/team_create_parameters_spec.rb
1026
+ - spec/models/translation_include_parameters_spec.rb
1027
+ - spec/models/invitation_update_settings_parameters_spec.rb
1028
+ - spec/models/notification_group_spec.rb
1029
+ - spec/models/keys_exclude_parameters_spec.rb
1030
+ - spec/models/translation_exclude_parameters_spec.rb
1031
+ - spec/models/webhook_create_parameters_spec.rb
1032
+ - spec/models/job_keys_create_parameters_spec.rb
1033
+ - spec/models/release_create_parameters_spec.rb
1034
+ - spec/models/member_project_detail_spec.rb
1035
+ - spec/models/translation_review_parameters_spec.rb
1036
1036
  - spec/spec_helper.rb