phrase 3.4.0 → 3.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +3 -3
- data/docs/KeyCreateParameters.md +1 -1
- data/docs/KeyUpdateParameters.md +1 -1
- data/docs/KeysApi.md +2 -2
- data/docs/LocaleDownloadCreateParameters.md +2 -0
- data/docs/ProjectCreateParameters.md +1 -1
- data/docs/ProjectUpdateParameters.md +1 -1
- data/docs/ScreenshotUpdateParameters.md +1 -1
- data/docs/TagsApi.md +2 -0
- data/docs/UploadsApi.md +2 -0
- data/lib/phrase/api/keys_api.rb +2 -2
- data/lib/phrase/api/tags_api.rb +3 -0
- data/lib/phrase/api/uploads_api.rb +3 -0
- data/lib/phrase/models/locale_download_create_parameters.rb +13 -1
- data/lib/phrase/version.rb +1 -1
- data/spec/api/keys_api_spec.rb +1 -1
- data/spec/api/tags_api_spec.rb +1 -0
- data/spec/models/locale_download_create_parameters_spec.rb +6 -0
- metadata +241 -241
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7192d11119d30292391cff61b97e50e69f4dafbd850bcc2db2d5b62c7e9f8776
|
4
|
+
data.tar.gz: 20a0a9ccc7309595138bbd41d50544b8e4951e0c03ecd31e4e3ab3bf72daf28c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cb278af6c89ea39591b743c8585e1d3c96d7daa96a4cc2eb78226965315428659c2153d089b86319536a40a9a4b59f5d22cad918935d7b102cdd01b174e6186
|
7
|
+
data.tar.gz: 3533e003d3ca6fc5a0a0e815da450680d3fe93ffde8d465198d89ed81c987467fc005a23b62b480049c6332d8015394615347cb38fc776e79efbba08da77fcfc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [3.5.0](https://github.com/phrase/openapi/compare/ruby-v3.4.0...ruby-v3.5.0) (2024-09-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* Add update_translations_on_source_match ([#670](https://github.com/phrase/openapi/issues/670)) ([11003ac](https://github.com/phrase/openapi/commit/11003ace7353bf99893482ca4aa32214abf3e581))
|
9
|
+
|
3
10
|
## [3.4.0](https://github.com/phrase/openapi/compare/ruby-v3.3.0...ruby-v3.4.0) (2024-07-25)
|
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: 3.
|
10
|
+
- Package version: 3.5.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-3.
|
59
|
+
gem install ./phrase-3.5.0.gem
|
60
60
|
```
|
61
61
|
|
62
|
-
(for development, run `gem install --dev ./phrase-3.
|
62
|
+
(for development, run `gem install --dev ./phrase-3.5.0.gem` to install the development dependencies)
|
63
63
|
|
64
64
|
## Getting Started
|
65
65
|
|
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@7bb92a71,
|
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@3bbb5b2,
|
38
38
|
remove_screenshot: null,
|
39
39
|
unformatted: null,
|
40
40
|
xml_space_preserve: null,
|
data/docs/KeysApi.md
CHANGED
@@ -304,7 +304,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
304
304
|
opts = {
|
305
305
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
306
306
|
branch: 'my-feature-branch', # String | specify the branch to use
|
307
|
-
q: 'mykey* translated:true', # String | Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
307
|
+
q: 'mykey* translated:true', # String | Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
308
308
|
locale_id: 'abcd1234abcd1234abcd1234abcd1234' # String | Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
|
309
309
|
}
|
310
310
|
|
@@ -325,7 +325,7 @@ Name | Type | Description | Notes
|
|
325
325
|
**project_id** | **String**| Project ID |
|
326
326
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
327
327
|
**branch** | **String**| specify the branch to use | [optional]
|
328
|
-
**q** | **String**| Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. | [optional]
|
328
|
+
**q** | **String**| Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>. | [optional]
|
329
329
|
**locale_id** | **String**| Locale used to determine the translation state of a key when filtering for untranslated or translated keys. | [optional]
|
330
330
|
|
331
331
|
### Return type
|
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**encoding** | **String** | Enforces a specific encoding on the file contents. Valid options are \"UTF-8\", \"UTF-16\" and \"ISO-8859-1\". | [optional]
|
16
16
|
**include_unverified_translations** | **Boolean** | if set to false unverified translations are excluded | [optional]
|
17
17
|
**use_last_reviewed_version** | **Boolean** | If set to true the last reviewed version of a translation is used. This is only available if the review workflow is enabled for the project. | [optional]
|
18
|
+
**locale_ids** | **Array<String>** | Locale IDs or locale names | [optional]
|
18
19
|
**fallback_locale_id** | **String** | If a key has no translation in the locale being downloaded the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires include_empty_translations to be set to <code>true</code>. | [optional]
|
19
20
|
**source_locale_id** | **String** | Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a <code>tag</code> parameter indicating a specific job. | [optional]
|
20
21
|
**custom_metadata_filters** | **Object** | Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download. | [optional]
|
@@ -35,6 +36,7 @@ instance = Phrase::LocaleDownloadCreateParameters.new(file_format: yml,
|
|
35
36
|
encoding: UTF-8,
|
36
37
|
include_unverified_translations: true,
|
37
38
|
use_last_reviewed_version: null,
|
39
|
+
locale_ids: ["de","en"],
|
38
40
|
fallback_locale_id: abcd1234abcd1234abcd1234abcd1234,
|
39
41
|
source_locale_id: abcd1234abcd1234abcd1234abcd1234,
|
40
42
|
custom_metadata_filters: 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@15cf663c,
|
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@3c288a4e,
|
45
45
|
remove_project_image: false,
|
46
46
|
workflow: review,
|
47
47
|
machine_translation_enabled: true,
|
data/docs/TagsApi.md
CHANGED
@@ -233,6 +233,7 @@ opts = {
|
|
233
233
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
234
234
|
page: 1, # Integer | Page number
|
235
235
|
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
236
|
+
exclude_system_tags: true, # Boolean | excludes tags generated by the system, e.g. job, upload or figma tags
|
236
237
|
branch: 'my-feature-branch' # String | specify the branch to use
|
237
238
|
}
|
238
239
|
|
@@ -254,6 +255,7 @@ Name | Type | Description | Notes
|
|
254
255
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
255
256
|
**page** | **Integer**| Page number | [optional]
|
256
257
|
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
258
|
+
**exclude_system_tags** | **Boolean**| excludes tags generated by the system, e.g. job, upload or figma tags | [optional]
|
257
259
|
**branch** | **String**| specify the branch to use | [optional]
|
258
260
|
|
259
261
|
### Return type
|
data/docs/UploadsApi.md
CHANGED
@@ -45,6 +45,7 @@ opts = {
|
|
45
45
|
tags: 'tags_example', # String | List of tags separated by comma to be associated with the new keys contained in the upload.
|
46
46
|
update_translations: true, # Boolean | Indicates whether existing translations should be updated with the file content.
|
47
47
|
update_translation_keys: true, # Boolean | Pass `false` here to prevent new keys from being created and existing keys updated.
|
48
|
+
update_translations_on_source_match: true, # Boolean | Update target translations only if the source translations of the uploaded multilingual file match the stored translations.
|
48
49
|
update_descriptions: true, # Boolean | Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
|
49
50
|
convert_emoji: true, # Boolean | This option is obsolete. Providing the option will cause a bad request error.
|
50
51
|
skip_upload_tags: true, # Boolean | Indicates whether the upload should not create upload tags.
|
@@ -80,6 +81,7 @@ Name | Type | Description | Notes
|
|
80
81
|
**tags** | **String**| List of tags separated by comma to be associated with the new keys contained in the upload. | [optional]
|
81
82
|
**update_translations** | **Boolean**| Indicates whether existing translations should be updated with the file content. | [optional]
|
82
83
|
**update_translation_keys** | **Boolean**| Pass `false` here to prevent new keys from being created and existing keys updated. | [optional] [default to true]
|
84
|
+
**update_translations_on_source_match** | **Boolean**| Update target translations only if the source translations of the uploaded multilingual file match the stored translations. | [optional] [default to false]
|
83
85
|
**update_descriptions** | **Boolean**| Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions. | [optional]
|
84
86
|
**convert_emoji** | **Boolean**| This option is obsolete. Providing the option will cause a bad request error. | [optional]
|
85
87
|
**skip_upload_tags** | **Boolean**| Indicates whether the upload should not create upload tags. | [optional]
|
data/lib/phrase/api/keys_api.rb
CHANGED
@@ -315,7 +315,7 @@ module Phrase
|
|
315
315
|
# @param [Hash] opts the optional parameters
|
316
316
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
317
317
|
# @option opts [String] :branch specify the branch to use
|
318
|
-
# @option opts [String] :q Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
318
|
+
# @option opts [String] :q Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
319
319
|
# @option opts [String] :locale_id Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
|
320
320
|
# @return [AffectedResources]
|
321
321
|
def keys_delete_collection(project_id, opts = {})
|
@@ -329,7 +329,7 @@ module Phrase
|
|
329
329
|
# @param [Hash] opts the optional parameters
|
330
330
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
331
331
|
# @option opts [String] :branch specify the branch to use
|
332
|
-
# @option opts [String] :q Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
332
|
+
# @option opts [String] :q Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
333
333
|
# @option opts [String] :locale_id Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
|
334
334
|
# @return [Array<(Response<(AffectedResources)>, Integer, Hash)>] Response<(AffectedResources)> data, response status code and response headers
|
335
335
|
def keys_delete_collection_with_http_info(project_id, opts = {})
|
data/lib/phrase/api/tags_api.rb
CHANGED
@@ -236,6 +236,7 @@ module Phrase
|
|
236
236
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
237
237
|
# @option opts [Integer] :page Page number
|
238
238
|
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
239
|
+
# @option opts [Boolean] :exclude_system_tags excludes tags generated by the system, e.g. job, upload or figma tags
|
239
240
|
# @option opts [String] :branch specify the branch to use
|
240
241
|
# @return [Array<Tag>]
|
241
242
|
def tags_list(project_id, opts = {})
|
@@ -250,6 +251,7 @@ module Phrase
|
|
250
251
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
251
252
|
# @option opts [Integer] :page Page number
|
252
253
|
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
254
|
+
# @option opts [Boolean] :exclude_system_tags excludes tags generated by the system, e.g. job, upload or figma tags
|
253
255
|
# @option opts [String] :branch specify the branch to use
|
254
256
|
# @return [Array<(Response<(Array<Tag>)>, Integer, Hash)>] Response<(Array<Tag>)> data, response status code and response headers
|
255
257
|
def tags_list_with_http_info(project_id, opts = {})
|
@@ -267,6 +269,7 @@ module Phrase
|
|
267
269
|
query_params = opts[:query_params] || {}
|
268
270
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
269
271
|
query_params[:'per_page'] = opts[:'per_page'] if !opts[:'per_page'].nil?
|
272
|
+
query_params[:'exclude_system_tags'] = opts[:'exclude_system_tags'] if !opts[:'exclude_system_tags'].nil?
|
270
273
|
query_params[:'branch'] = opts[:'branch'] if !opts[:'branch'].nil?
|
271
274
|
|
272
275
|
# header parameters
|
@@ -19,6 +19,7 @@ module Phrase
|
|
19
19
|
# @option opts [String] :tags List of tags separated by comma to be associated with the new keys contained in the upload.
|
20
20
|
# @option opts [Boolean] :update_translations Indicates whether existing translations should be updated with the file content.
|
21
21
|
# @option opts [Boolean] :update_translation_keys Pass `false` here to prevent new keys from being created and existing keys updated. (default to true)
|
22
|
+
# @option opts [Boolean] :update_translations_on_source_match Update target translations only if the source translations of the uploaded multilingual file match the stored translations. (default to false)
|
22
23
|
# @option opts [Boolean] :update_descriptions Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
|
23
24
|
# @option opts [Boolean] :convert_emoji This option is obsolete. Providing the option will cause a bad request error.
|
24
25
|
# @option opts [Boolean] :skip_upload_tags Indicates whether the upload should not create upload tags.
|
@@ -47,6 +48,7 @@ module Phrase
|
|
47
48
|
# @option opts [String] :tags List of tags separated by comma to be associated with the new keys contained in the upload.
|
48
49
|
# @option opts [Boolean] :update_translations Indicates whether existing translations should be updated with the file content.
|
49
50
|
# @option opts [Boolean] :update_translation_keys Pass `false` here to prevent new keys from being created and existing keys updated.
|
51
|
+
# @option opts [Boolean] :update_translations_on_source_match Update target translations only if the source translations of the uploaded multilingual file match the stored translations.
|
50
52
|
# @option opts [Boolean] :update_descriptions Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
|
51
53
|
# @option opts [Boolean] :convert_emoji This option is obsolete. Providing the option will cause a bad request error.
|
52
54
|
# @option opts [Boolean] :skip_upload_tags Indicates whether the upload should not create upload tags.
|
@@ -101,6 +103,7 @@ module Phrase
|
|
101
103
|
form_params['tags'] = opts[:'tags'] if !opts[:'tags'].nil?
|
102
104
|
form_params['update_translations'] = opts[:'update_translations'] if !opts[:'update_translations'].nil?
|
103
105
|
form_params['update_translation_keys'] = opts[:'update_translation_keys'] if !opts[:'update_translation_keys'].nil?
|
106
|
+
form_params['update_translations_on_source_match'] = opts[:'update_translations_on_source_match'] if !opts[:'update_translations_on_source_match'].nil?
|
104
107
|
form_params['update_descriptions'] = opts[:'update_descriptions'] if !opts[:'update_descriptions'].nil?
|
105
108
|
form_params['convert_emoji'] = opts[:'convert_emoji'] if !opts[:'convert_emoji'].nil?
|
106
109
|
form_params['skip_upload_tags'] = opts[:'skip_upload_tags'] if !opts[:'skip_upload_tags'].nil?
|
@@ -35,6 +35,9 @@ module Phrase
|
|
35
35
|
# If set to true the last reviewed version of a translation is used. This is only available if the review workflow is enabled for the project.
|
36
36
|
attr_accessor :use_last_reviewed_version
|
37
37
|
|
38
|
+
# Locale IDs or locale names
|
39
|
+
attr_accessor :locale_ids
|
40
|
+
|
38
41
|
# If a key has no translation in the locale being downloaded the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires include_empty_translations to be set to <code>true</code>.
|
39
42
|
attr_accessor :fallback_locale_id
|
40
43
|
|
@@ -58,6 +61,7 @@ module Phrase
|
|
58
61
|
:'encoding' => :'encoding',
|
59
62
|
:'include_unverified_translations' => :'include_unverified_translations',
|
60
63
|
:'use_last_reviewed_version' => :'use_last_reviewed_version',
|
64
|
+
:'locale_ids' => :'locale_ids',
|
61
65
|
:'fallback_locale_id' => :'fallback_locale_id',
|
62
66
|
:'source_locale_id' => :'source_locale_id',
|
63
67
|
:'custom_metadata_filters' => :'custom_metadata_filters'
|
@@ -78,6 +82,7 @@ module Phrase
|
|
78
82
|
:'encoding' => :'String',
|
79
83
|
:'include_unverified_translations' => :'Boolean',
|
80
84
|
:'use_last_reviewed_version' => :'Boolean',
|
85
|
+
:'locale_ids' => :'Array<String>',
|
81
86
|
:'fallback_locale_id' => :'String',
|
82
87
|
:'source_locale_id' => :'String',
|
83
88
|
:'custom_metadata_filters' => :'Object'
|
@@ -149,6 +154,12 @@ module Phrase
|
|
149
154
|
self.use_last_reviewed_version = attributes[:'use_last_reviewed_version']
|
150
155
|
end
|
151
156
|
|
157
|
+
if attributes.key?(:'locale_ids')
|
158
|
+
if (value = attributes[:'locale_ids']).is_a?(Array)
|
159
|
+
self.locale_ids = value
|
160
|
+
end
|
161
|
+
end
|
162
|
+
|
152
163
|
if attributes.key?(:'fallback_locale_id')
|
153
164
|
self.fallback_locale_id = attributes[:'fallback_locale_id']
|
154
165
|
end
|
@@ -196,6 +207,7 @@ module Phrase
|
|
196
207
|
encoding == o.encoding &&
|
197
208
|
include_unverified_translations == o.include_unverified_translations &&
|
198
209
|
use_last_reviewed_version == o.use_last_reviewed_version &&
|
210
|
+
locale_ids == o.locale_ids &&
|
199
211
|
fallback_locale_id == o.fallback_locale_id &&
|
200
212
|
source_locale_id == o.source_locale_id &&
|
201
213
|
custom_metadata_filters == o.custom_metadata_filters
|
@@ -210,7 +222,7 @@ module Phrase
|
|
210
222
|
# Calculates hash code according to all attributes.
|
211
223
|
# @return [Integer] Hash code
|
212
224
|
def hash
|
213
|
-
[file_format, branch, tags, include_empty_translations, exclude_empty_zero_forms, include_translated_keys, keep_notranslate_tags, format_options, encoding, include_unverified_translations, use_last_reviewed_version, fallback_locale_id, source_locale_id, custom_metadata_filters].hash
|
225
|
+
[file_format, branch, tags, include_empty_translations, exclude_empty_zero_forms, include_translated_keys, keep_notranslate_tags, format_options, encoding, include_unverified_translations, use_last_reviewed_version, locale_ids, fallback_locale_id, source_locale_id, custom_metadata_filters].hash
|
214
226
|
end
|
215
227
|
|
216
228
|
# Builds the object from hash
|
data/lib/phrase/version.rb
CHANGED
data/spec/api/keys_api_spec.rb
CHANGED
@@ -86,7 +86,7 @@ describe 'KeysApi' do
|
|
86
86
|
# @param [Hash] opts the optional parameters
|
87
87
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
88
88
|
# @option opts [String] :branch specify the branch to use
|
89
|
-
# @option opts [String] :q Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
89
|
+
# @option opts [String] :q Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
90
90
|
# @option opts [String] :locale_id Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
|
91
91
|
# @return [AffectedResources]
|
92
92
|
describe 'keys_delete_collection test' do
|
data/spec/api/tags_api_spec.rb
CHANGED
@@ -72,6 +72,7 @@ describe 'TagsApi' do
|
|
72
72
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
73
73
|
# @option opts [Integer] :page Page number
|
74
74
|
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
75
|
+
# @option opts [Boolean] :exclude_system_tags excludes tags generated by the system, e.g. job, upload or figma tags
|
75
76
|
# @option opts [String] :branch specify the branch to use
|
76
77
|
# @return [Array<Tag>]
|
77
78
|
describe 'tags_list test' do
|
@@ -86,6 +86,12 @@ describe 'LocaleDownloadCreateParameters' do
|
|
86
86
|
end
|
87
87
|
end
|
88
88
|
|
89
|
+
describe 'test attribute "locale_ids"' do
|
90
|
+
it 'should work' do
|
91
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
89
95
|
describe 'test attribute "fallback_locale_id"' do
|
90
96
|
it 'should work' do
|
91
97
|
# 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: 3.
|
4
|
+
version: 3.5.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-
|
11
|
+
date: 2024-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -955,285 +955,285 @@ summary: You can collaborate on language file translation with your team or orde
|
|
955
955
|
locale files, tag keys or interact in other ways with the localization data stored
|
956
956
|
in Phrase Strings for your account.
|
957
957
|
test_files:
|
958
|
-
- spec/api/
|
958
|
+
- spec/api/authorizations_api_spec.rb
|
959
|
+
- spec/api/release_triggers_api_spec.rb
|
960
|
+
- spec/api/jobs_api_spec.rb
|
959
961
|
- spec/api/spaces_api_spec.rb
|
960
|
-
- spec/api/icu_api_spec.rb
|
961
|
-
- spec/api/linked_keys_api_spec.rb
|
962
|
-
- spec/api/job_templates_api_spec.rb
|
963
|
-
- spec/api/blacklisted_keys_api_spec.rb
|
964
962
|
- spec/api/variables_api_spec.rb
|
963
|
+
- spec/api/distributions_api_spec.rb
|
965
964
|
- spec/api/organization_job_templates_api_spec.rb
|
966
|
-
- spec/api/organization_job_template_locales_api_spec.rb
|
967
|
-
- spec/api/documents_api_spec.rb
|
968
|
-
- spec/api/formats_api_spec.rb
|
969
|
-
- spec/api/comments_api_spec.rb
|
970
|
-
- spec/api/members_api_spec.rb
|
971
|
-
- spec/api/keys_api_spec.rb
|
972
965
|
- spec/api/repo_syncs_api_spec.rb
|
966
|
+
- spec/api/git_hub_sync_api_spec.rb
|
967
|
+
- spec/api/comments_api_spec.rb
|
968
|
+
- spec/api/blacklisted_keys_api_spec.rb
|
973
969
|
- spec/api/notification_groups_api_spec.rb
|
974
|
-
- spec/api/
|
975
|
-
- spec/api/
|
976
|
-
- spec/api/
|
977
|
-
- spec/api/webhook_deliveries_api_spec.rb
|
978
|
-
- spec/api/branches_api_spec.rb
|
979
|
-
- spec/api/notifications_api_spec.rb
|
980
|
-
- spec/api/glossaries_api_spec.rb
|
981
|
-
- spec/api/distributions_api_spec.rb
|
982
|
-
- spec/api/jobs_api_spec.rb
|
983
|
-
- spec/api/quality_performance_score_api_spec.rb
|
984
|
-
- spec/api/bitbucket_sync_api_spec.rb
|
985
|
-
- spec/api/style_guides_api_spec.rb
|
986
|
-
- spec/api/git_lab_sync_api_spec.rb
|
970
|
+
- spec/api/locales_api_spec.rb
|
971
|
+
- spec/api/figma_attachments_api_spec.rb
|
972
|
+
- spec/api/comment_replies_api_spec.rb
|
987
973
|
- spec/api/glossary_terms_api_spec.rb
|
988
|
-
- spec/api/tags_api_spec.rb
|
989
|
-
- spec/api/orders_api_spec.rb
|
990
|
-
- spec/api/job_comments_api_spec.rb
|
991
974
|
- spec/api/screenshots_api_spec.rb
|
992
|
-
- spec/api/
|
993
|
-
- spec/api/
|
994
|
-
- spec/api/
|
975
|
+
- spec/api/keys_api_spec.rb
|
976
|
+
- spec/api/webhook_deliveries_api_spec.rb
|
977
|
+
- spec/api/users_api_spec.rb
|
995
978
|
- spec/api/webhooks_api_spec.rb
|
996
|
-
- spec/api/teams_api_spec.rb
|
997
|
-
- spec/api/uploads_api_spec.rb
|
998
979
|
- spec/api/comment_reactions_api_spec.rb
|
999
|
-
- spec/api/
|
1000
|
-
- spec/api/
|
1001
|
-
- spec/api/
|
1002
|
-
- spec/api/keys_figma_attachments_api_spec.rb
|
1003
|
-
- spec/api/release_triggers_api_spec.rb
|
1004
|
-
- spec/api/versions_history_api_spec.rb
|
1005
|
-
- spec/api/users_api_spec.rb
|
1006
|
-
- spec/api/job_locales_api_spec.rb
|
980
|
+
- spec/api/tags_api_spec.rb
|
981
|
+
- spec/api/notifications_api_spec.rb
|
982
|
+
- spec/api/formats_api_spec.rb
|
1007
983
|
- spec/api/glossary_term_translations_api_spec.rb
|
984
|
+
- spec/api/job_locales_api_spec.rb
|
985
|
+
- spec/api/branches_api_spec.rb
|
1008
986
|
- spec/api/custom_metadata_api_spec.rb
|
1009
|
-
- spec/api/
|
1010
|
-
- spec/api/
|
1011
|
-
- spec/api/
|
987
|
+
- spec/api/documents_api_spec.rb
|
988
|
+
- spec/api/releases_api_spec.rb
|
989
|
+
- spec/api/accounts_api_spec.rb
|
990
|
+
- spec/api/orders_api_spec.rb
|
991
|
+
- spec/api/members_api_spec.rb
|
992
|
+
- spec/api/icu_api_spec.rb
|
993
|
+
- spec/api/projects_api_spec.rb
|
994
|
+
- spec/api/translations_api_spec.rb
|
995
|
+
- spec/api/reports_api_spec.rb
|
996
|
+
- spec/api/bitbucket_sync_api_spec.rb
|
997
|
+
- spec/api/git_lab_sync_api_spec.rb
|
998
|
+
- spec/api/uploads_api_spec.rb
|
999
|
+
- spec/api/quality_performance_score_api_spec.rb
|
1012
1000
|
- spec/api/invitations_api_spec.rb
|
1013
|
-
- spec/api/
|
1001
|
+
- spec/api/locale_downloads_api_spec.rb
|
1002
|
+
- spec/api/job_template_locales_api_spec.rb
|
1003
|
+
- spec/api/organization_job_template_locales_api_spec.rb
|
1004
|
+
- spec/api/keys_figma_attachments_api_spec.rb
|
1005
|
+
- spec/api/teams_api_spec.rb
|
1006
|
+
- spec/api/screenshot_markers_api_spec.rb
|
1007
|
+
- spec/api/linked_keys_api_spec.rb
|
1008
|
+
- spec/api/search_api_spec.rb
|
1009
|
+
- spec/api/job_templates_api_spec.rb
|
1010
|
+
- spec/api/job_comments_api_spec.rb
|
1011
|
+
- spec/api/versions_history_api_spec.rb
|
1012
|
+
- spec/api/glossaries_api_spec.rb
|
1013
|
+
- spec/api/style_guides_api_spec.rb
|
1014
1014
|
- spec/api_client_spec.rb
|
1015
1015
|
- spec/configuration_spec.rb
|
1016
|
-
- spec/models/
|
1017
|
-
- spec/models/
|
1018
|
-
- spec/models/
|
1016
|
+
- spec/models/job_details_spec.rb
|
1017
|
+
- spec/models/github_sync_export_parameters_spec.rb
|
1018
|
+
- spec/models/affected_resources_spec.rb
|
1019
1019
|
- spec/models/custom_metadata_property_create422_response_spec.rb
|
1020
|
-
- spec/models/
|
1021
|
-
- spec/models/
|
1020
|
+
- spec/models/job_comment_spec.rb
|
1021
|
+
- spec/models/job_reopen_parameters_spec.rb
|
1022
|
+
- spec/models/job_complete_parameters_spec.rb
|
1023
|
+
- spec/models/github_sync_import_parameters_spec.rb
|
1024
|
+
- spec/models/glossary_create_parameters_spec.rb
|
1025
|
+
- spec/models/job_template_create_parameters_spec.rb
|
1026
|
+
- spec/models/invitation_update_settings_parameters_spec.rb
|
1022
1027
|
- spec/models/branch_spec.rb
|
1028
|
+
- spec/models/member_update_settings_parameters_spec.rb
|
1029
|
+
- spec/models/screenshot_marker_create_parameters_spec.rb
|
1030
|
+
- spec/models/glossary_term_spec.rb
|
1023
1031
|
- spec/models/tag_with_stats1_statistics_spec.rb
|
1024
|
-
- spec/models/
|
1025
|
-
- spec/models/
|
1026
|
-
- spec/models/
|
1027
|
-
- spec/models/
|
1028
|
-
- spec/models/
|
1032
|
+
- spec/models/locale_spec.rb
|
1033
|
+
- spec/models/custom_metadata_property_spec.rb
|
1034
|
+
- spec/models/teams_users_create_parameters_spec.rb
|
1035
|
+
- spec/models/icu_spec.rb
|
1036
|
+
- spec/models/translation_order_spec.rb
|
1037
|
+
- spec/models/job_template_locales_create_parameters_spec.rb
|
1038
|
+
- spec/models/teams_projects_create_parameters_spec.rb
|
1039
|
+
- spec/models/replies_list_parameters_spec.rb
|
1029
1040
|
- spec/models/invitation_update_parameters_spec.rb
|
1030
|
-
- spec/models/
|
1031
|
-
- spec/models/
|
1032
|
-
- spec/models/
|
1033
|
-
- spec/models/
|
1034
|
-
- spec/models/
|
1035
|
-
- spec/models/custom_metadata_properties_update_parameters_spec.rb
|
1036
|
-
- spec/models/user_preview_spec.rb
|
1037
|
-
- spec/models/team_create_parameters_spec.rb
|
1038
|
-
- spec/models/key_links_index400_response_spec.rb
|
1039
|
-
- spec/models/authorization_spec.rb
|
1040
|
-
- spec/models/repo_sync_event_errors_inner_spec.rb
|
1041
|
-
- spec/models/locale_download_result_spec.rb
|
1042
|
-
- spec/models/translation_update_parameters_spec.rb
|
1041
|
+
- spec/models/user_spec.rb
|
1042
|
+
- spec/models/spaces_projects_create_parameters_spec.rb
|
1043
|
+
- spec/models/styleguide_create_parameters_spec.rb
|
1044
|
+
- spec/models/job_keys_create_parameters_spec.rb
|
1045
|
+
- spec/models/bitbucket_sync_spec.rb
|
1043
1046
|
- spec/models/blacklisted_key_create_parameters_spec.rb
|
1044
|
-
- spec/models/
|
1045
|
-
- spec/models/
|
1046
|
-
- spec/models/
|
1047
|
-
- spec/models/
|
1048
|
-
- spec/models/
|
1049
|
-
- spec/models/
|
1050
|
-
- spec/models/
|
1051
|
-
- spec/models/branch_update_parameters_spec.rb
|
1052
|
-
- spec/models/screenshot_marker_spec.rb
|
1053
|
-
- spec/models/invitation_spec.rb
|
1054
|
-
- spec/models/job_preview_spec.rb
|
1055
|
-
- spec/models/locale_preview1_spec.rb
|
1056
|
-
- spec/models/team_short_spec.rb
|
1057
|
-
- spec/models/member_project_detail_project_roles_inner_spec.rb
|
1058
|
-
- spec/models/organization_job_template_spec.rb
|
1059
|
-
- spec/models/member_project_detail_spec.rb
|
1060
|
-
- spec/models/distribution_spec.rb
|
1061
|
-
- spec/models/branch_create_parameters_spec.rb
|
1062
|
-
- spec/models/project_short_spec.rb
|
1063
|
-
- spec/models/member_update_settings_parameters_spec.rb
|
1064
|
-
- spec/models/icu_skeleton_parameters_spec.rb
|
1065
|
-
- spec/models/job_reopen_parameters_spec.rb
|
1066
|
-
- spec/models/branch_merge_parameters_spec.rb
|
1067
|
-
- spec/models/space_spec.rb
|
1068
|
-
- spec/models/blacklisted_key_update_parameters_spec.rb
|
1069
|
-
- spec/models/comment_mark_read_parameters_spec.rb
|
1070
|
-
- spec/models/upload_spec.rb
|
1071
|
-
- spec/models/glossary_term_create_parameters_spec.rb
|
1072
|
-
- spec/models/gitlab_sync_import_parameters_spec.rb
|
1073
|
-
- spec/models/branch_name_spec.rb
|
1074
|
-
- spec/models/glossary_spec.rb
|
1075
|
-
- spec/models/release_create_parameters_spec.rb
|
1076
|
-
- spec/models/job_comment_spec.rb
|
1077
|
-
- spec/models/screenshot_update_parameters_spec.rb
|
1078
|
-
- spec/models/affected_count_spec.rb
|
1047
|
+
- spec/models/space1_spec.rb
|
1048
|
+
- spec/models/organization_job_template_update_parameters_spec.rb
|
1049
|
+
- spec/models/locale_update_parameters_spec.rb
|
1050
|
+
- spec/models/gitlab_sync_history_errors_inner_spec.rb
|
1051
|
+
- spec/models/job_template_locale_update_parameters_spec.rb
|
1052
|
+
- spec/models/authorization_create_parameters_spec.rb
|
1053
|
+
- spec/models/format_spec.rb
|
1079
1054
|
- spec/models/webhook_delivery_spec.rb
|
1080
|
-
- spec/models/key_links_create_parameters_spec.rb
|
1081
|
-
- spec/models/translation_order_spec.rb
|
1082
|
-
- spec/models/translation_exclude_parameters_spec.rb
|
1083
|
-
- spec/models/job_template_details_spec.rb
|
1084
|
-
- spec/models/job_start_parameters_spec.rb
|
1085
|
-
- spec/models/space_update_parameters_spec.rb
|
1086
|
-
- spec/models/job_spec.rb
|
1087
|
-
- spec/models/release_trigger_spec.rb
|
1088
|
-
- spec/models/glossary_create_parameters_spec.rb
|
1089
1055
|
- spec/models/custom_metadata_property_create422_response_errors_inner_spec.rb
|
1090
|
-
- spec/models/
|
1091
|
-
- spec/models/
|
1056
|
+
- spec/models/release_preview_spec.rb
|
1057
|
+
- spec/models/authorization_with_token_spec.rb
|
1058
|
+
- spec/models/icu_skeleton_parameters_spec.rb
|
1059
|
+
- spec/models/keys_exclude_parameters_spec.rb
|
1060
|
+
- spec/models/job_spec.rb
|
1061
|
+
- spec/models/gitlab_sync_history_spec.rb
|
1062
|
+
- spec/models/translation_unverify_parameters_spec.rb
|
1063
|
+
- spec/models/job_template_locales_spec.rb
|
1064
|
+
- spec/models/webhook_spec.rb
|
1065
|
+
- spec/models/error_error_spec.rb
|
1066
|
+
- spec/models/translation_exclude_parameters_spec.rb
|
1067
|
+
- spec/models/translation_include_parameters_spec.rb
|
1068
|
+
- spec/models/project_update_parameters_spec.rb
|
1069
|
+
- spec/models/distribution_update_parameters_spec.rb
|
1070
|
+
- spec/models/blacklisted_key_update_parameters_spec.rb
|
1071
|
+
- spec/models/distribution_create_parameters_spec.rb
|
1072
|
+
- spec/models/translations_exclude_parameters_spec.rb
|
1073
|
+
- spec/models/key_update_parameters_spec.rb
|
1074
|
+
- spec/models/glossary_update_parameters_spec.rb
|
1092
1075
|
- spec/models/search_in_account_parameters_spec.rb
|
1093
|
-
- spec/models/
|
1094
|
-
- spec/models/
|
1095
|
-
- spec/models/
|
1096
|
-
- spec/models/
|
1076
|
+
- spec/models/organization_job_template_locale_update_parameters_spec.rb
|
1077
|
+
- spec/models/branch_update_parameters_spec.rb
|
1078
|
+
- spec/models/authorization_update_parameters_spec.rb
|
1079
|
+
- spec/models/account_spec.rb
|
1080
|
+
- spec/models/comment_mark_read_parameters_spec.rb
|
1081
|
+
- spec/models/project_details_spec.rb
|
1082
|
+
- spec/models/glossary_term_update_parameters_spec.rb
|
1083
|
+
- spec/models/organization_job_template_create_parameters_spec.rb
|
1084
|
+
- spec/models/branch_merge_parameters_spec.rb
|
1085
|
+
- spec/models/locale_report_spec.rb
|
1097
1086
|
- spec/models/bitbucket_sync_export_response_spec.rb
|
1098
|
-
- spec/models/
|
1099
|
-
- spec/models/
|
1100
|
-
- spec/models/
|
1101
|
-
- spec/models/
|
1087
|
+
- spec/models/release_create_parameters1_spec.rb
|
1088
|
+
- spec/models/styleguide_details_spec.rb
|
1089
|
+
- spec/models/keys_include_parameters_spec.rb
|
1090
|
+
- spec/models/key_preview_spec.rb
|
1102
1091
|
- spec/models/notification_group_spec.rb
|
1103
|
-
- spec/models/key_links_batch_destroy_parameters_spec.rb
|
1104
|
-
- spec/models/job_locale_spec.rb
|
1105
|
-
- spec/models/organization_job_template_locale_update_parameters_spec.rb
|
1106
|
-
- spec/models/job_comment_update_parameters_spec.rb
|
1107
|
-
- spec/models/team_detail_spec.rb
|
1108
|
-
- spec/models/job_template_locale_update_parameters_spec.rb
|
1109
|
-
- spec/models/styleguide_create_parameters_spec.rb
|
1110
|
-
- spec/models/spaces_projects_create_parameters_spec.rb
|
1111
|
-
- spec/models/blacklisted_key_spec.rb
|
1112
|
-
- spec/models/webhook_spec.rb
|
1113
|
-
- spec/models/gitlab_sync_history_spec.rb
|
1114
|
-
- spec/models/keys_tag_parameters_spec.rb
|
1115
|
-
- spec/models/release_update_parameters1_spec.rb
|
1116
|
-
- spec/models/tag_spec.rb
|
1117
|
-
- spec/models/teams_projects_create_parameters_spec.rb
|
1118
|
-
- spec/models/variable_update_parameters_spec.rb
|
1119
|
-
- spec/models/tag_create_parameters_spec.rb
|
1120
|
-
- spec/models/space1_spec.rb
|
1121
|
-
- spec/models/distribution_preview_spec.rb
|
1122
|
-
- spec/models/project_report_spec.rb
|
1123
|
-
- spec/models/distribution_update_parameters_spec.rb
|
1124
|
-
- spec/models/job_update_parameters_spec.rb
|
1125
|
-
- spec/models/comments_list_parameters_spec.rb
|
1126
|
-
- spec/models/current_user_spec.rb
|
1127
|
-
- spec/models/translation_key_details_spec.rb
|
1128
|
-
- spec/models/custom_metadata_property_spec.rb
|
1129
|
-
- spec/models/bitbucket_sync_import_parameters_spec.rb
|
1130
|
-
- spec/models/glossary_term_translation_create_parameters_spec.rb
|
1131
|
-
- spec/models/translation_create_parameters_spec.rb
|
1132
|
-
- spec/models/member_spaces_inner_spec.rb
|
1133
|
-
- spec/models/order_confirm_parameters_spec.rb
|
1134
|
-
- spec/models/order_create_parameters_spec.rb
|
1135
1092
|
- spec/models/repo_sync_event_spec.rb
|
1136
|
-
- spec/models/
|
1137
|
-
- spec/models/
|
1138
|
-
- spec/models/
|
1139
|
-
- spec/models/
|
1140
|
-
- spec/models/
|
1141
|
-
- spec/models/figma_attachment_create_parameters_spec.rb
|
1142
|
-
- spec/models/translation_spec.rb
|
1093
|
+
- spec/models/job_locale_update_parameters_spec.rb
|
1094
|
+
- spec/models/locale_user_preview_spec.rb
|
1095
|
+
- spec/models/tag_with_stats1_statistics1_spec.rb
|
1096
|
+
- spec/models/translations_verify_parameters_spec.rb
|
1097
|
+
- spec/models/styleguide_update_parameters_spec.rb
|
1143
1098
|
- spec/models/locale_details_spec.rb
|
1144
|
-
- spec/models/
|
1145
|
-
- spec/models/
|
1146
|
-
- spec/models/
|
1147
|
-
- spec/models/teams_users_create_parameters_spec.rb
|
1148
|
-
- spec/models/gitlab_sync_export_parameters_spec.rb
|
1149
|
-
- spec/models/team_update_parameters_spec.rb
|
1150
|
-
- spec/models/job_details_spec.rb
|
1151
|
-
- spec/models/job_template_locales_create_parameters_spec.rb
|
1152
|
-
- spec/models/webhook_update_parameters_spec.rb
|
1153
|
-
- spec/models/teams_spaces_create_parameters_spec.rb
|
1154
|
-
- spec/models/job_create_parameters_spec.rb
|
1155
|
-
- spec/models/translation_key_spec.rb
|
1156
|
-
- spec/models/project_details_spec.rb
|
1099
|
+
- spec/models/locale_download_spec.rb
|
1100
|
+
- spec/models/locale_preview1_spec.rb
|
1101
|
+
- spec/models/keys_untag_parameters_spec.rb
|
1157
1102
|
- spec/models/translations_search_parameters_spec.rb
|
1103
|
+
- spec/models/space_spec.rb
|
1158
1104
|
- spec/models/styleguide_preview_spec.rb
|
1105
|
+
- spec/models/member_spaces_inner_spec.rb
|
1159
1106
|
- spec/models/error_spec.rb
|
1107
|
+
- spec/models/translation_parent_spec.rb
|
1160
1108
|
- spec/models/job_comment_create_parameters_spec.rb
|
1161
|
-
- spec/models/
|
1162
|
-
- spec/models/
|
1163
|
-
- spec/models/
|
1164
|
-
- spec/models/
|
1165
|
-
- spec/models/
|
1166
|
-
- spec/models/
|
1167
|
-
- spec/models/
|
1168
|
-
- spec/models/
|
1169
|
-
- spec/models/
|
1170
|
-
- spec/models/
|
1171
|
-
- spec/models/
|
1109
|
+
- spec/models/account_details_spec.rb
|
1110
|
+
- spec/models/repo_sync_spec.rb
|
1111
|
+
- spec/models/blacklisted_key_spec.rb
|
1112
|
+
- spec/models/teams_spaces_create_parameters_spec.rb
|
1113
|
+
- spec/models/screenshot_spec.rb
|
1114
|
+
- spec/models/distribution_preview_spec.rb
|
1115
|
+
- spec/models/tag_spec.rb
|
1116
|
+
- spec/models/project_locales_spec.rb
|
1117
|
+
- spec/models/webhook_update_parameters_spec.rb
|
1118
|
+
- spec/models/invitation_spec.rb
|
1119
|
+
- spec/models/member_update_parameters_spec.rb
|
1120
|
+
- spec/models/member_spec.rb
|
1121
|
+
- spec/models/figma_attachment_update_parameters_spec.rb
|
1172
1122
|
- spec/models/release_spec.rb
|
1173
|
-
- spec/models/
|
1174
|
-
- spec/models/
|
1123
|
+
- spec/models/release_trigger_spec.rb
|
1124
|
+
- spec/models/glossary_term_translation_create_parameters_spec.rb
|
1125
|
+
- spec/models/release_update_parameters_spec.rb
|
1126
|
+
- spec/models/locale_statistics_spec.rb
|
1127
|
+
- spec/models/translation_create_parameters_spec.rb
|
1128
|
+
- spec/models/member_project_detail_spec.rb
|
1129
|
+
- spec/models/current_user_spec.rb
|
1130
|
+
- spec/models/organization_job_template_details_spec.rb
|
1131
|
+
- spec/models/figma_attachment_create_parameters_spec.rb
|
1132
|
+
- spec/models/notification_spec.rb
|
1133
|
+
- spec/models/authorization_spec.rb
|
1134
|
+
- spec/models/team_create_parameters_spec.rb
|
1135
|
+
- spec/models/key_links_create_parameters_spec.rb
|
1175
1136
|
- spec/models/projects_quality_performance_score200_response_any_of_data_spec.rb
|
1137
|
+
- spec/models/branch_name_spec.rb
|
1138
|
+
- spec/models/translation_update_parameters_spec.rb
|
1139
|
+
- spec/models/glossary_term_create_parameters_spec.rb
|
1140
|
+
- spec/models/custom_metadata_properties_update_parameters_spec.rb
|
1141
|
+
- spec/models/document_spec.rb
|
1142
|
+
- spec/models/locale_create_parameters_spec.rb
|
1143
|
+
- spec/models/account_search_result_spec.rb
|
1144
|
+
- spec/models/comment_create_parameters_spec.rb
|
1145
|
+
- spec/models/gitlab_sync_export_spec.rb
|
1146
|
+
- spec/models/translation_key_details_spec.rb
|
1147
|
+
- spec/models/translation_version_with_user_spec.rb
|
1148
|
+
- spec/models/screenshot_marker_spec.rb
|
1149
|
+
- spec/models/team_spec.rb
|
1150
|
+
- spec/models/bitbucket_sync_export_parameters_spec.rb
|
1176
1151
|
- spec/models/locale_preview_spec.rb
|
1177
|
-
- spec/models/
|
1178
|
-
- spec/models/
|
1152
|
+
- spec/models/subscription_spec.rb
|
1153
|
+
- spec/models/translations_review_parameters_spec.rb
|
1154
|
+
- spec/models/order_create_parameters_spec.rb
|
1179
1155
|
- spec/models/projects_quality_performance_score200_response_any_of_errors_inner_spec.rb
|
1180
|
-
- spec/models/job_complete_parameters_spec.rb
|
1181
|
-
- spec/models/locale_spec.rb
|
1182
|
-
- spec/models/locale_team_preview_spec.rb
|
1183
|
-
- spec/models/repo_sync_spec.rb
|
1184
|
-
- spec/models/project_update_parameters_spec.rb
|
1185
|
-
- spec/models/keys_search_parameters_spec.rb
|
1186
|
-
- spec/models/replies_list_parameters_spec.rb
|
1187
|
-
- spec/models/release_preview_spec.rb
|
1188
|
-
- spec/models/screenshot_marker_update_parameters_spec.rb
|
1189
1156
|
- spec/models/notification_group_detail_spec.rb
|
1190
|
-
- spec/models/
|
1191
|
-
- spec/models/
|
1192
|
-
- spec/models/
|
1193
|
-
- spec/models/
|
1194
|
-
- spec/models/glossary_update_parameters_spec.rb
|
1195
|
-
- spec/models/job_keys_create_parameters_spec.rb
|
1157
|
+
- spec/models/projects_quality_performance_score200_response_any_of_data_translations_inner_spec.rb
|
1158
|
+
- spec/models/tag_create_parameters_spec.rb
|
1159
|
+
- spec/models/team_detail_spec.rb
|
1160
|
+
- spec/models/locale_download_params_spec.rb
|
1196
1161
|
- spec/models/organization_job_template_locales_create_parameters_spec.rb
|
1197
|
-
- spec/models/
|
1198
|
-
- spec/models/
|
1199
|
-
- spec/models/
|
1200
|
-
- spec/models/
|
1201
|
-
- spec/models/
|
1202
|
-
- spec/models/
|
1203
|
-
- spec/models/
|
1204
|
-
- spec/models/
|
1205
|
-
- spec/models/
|
1162
|
+
- spec/models/job_update_parameters_spec.rb
|
1163
|
+
- spec/models/glossary_spec.rb
|
1164
|
+
- spec/models/key_link_spec.rb
|
1165
|
+
- spec/models/release_create_parameters_spec.rb
|
1166
|
+
- spec/models/distribution_spec.rb
|
1167
|
+
- spec/models/glossary_term_translation_update_parameters_spec.rb
|
1168
|
+
- spec/models/branch_create_parameters_spec.rb
|
1169
|
+
- spec/models/keys_search_parameters_spec.rb
|
1170
|
+
- spec/models/project_short_spec.rb
|
1171
|
+
- spec/models/tag_with_stats_spec.rb
|
1172
|
+
- spec/models/member_project_detail_project_roles_inner_spec.rb
|
1206
1173
|
- spec/models/job_template_update_parameters_spec.rb
|
1207
|
-
- spec/models/
|
1208
|
-
- spec/models/organization_job_template_create_parameters_spec.rb
|
1209
|
-
- spec/models/locale_download_params_spec.rb
|
1174
|
+
- spec/models/translations_unverify_parameters_spec.rb
|
1210
1175
|
- spec/models/translations_include_parameters_spec.rb
|
1211
|
-
- spec/models/
|
1212
|
-
- spec/models/
|
1213
|
-
- spec/models/
|
1214
|
-
- spec/models/styleguide_spec.rb
|
1215
|
-
- spec/models/styleguide_details_spec.rb
|
1216
|
-
- spec/models/screenshot_marker_create_parameters_spec.rb
|
1217
|
-
- spec/models/job_locale_reopen_parameters_spec.rb
|
1218
|
-
- spec/models/gitlab_sync_spec.rb
|
1219
|
-
- spec/models/figma_attachment_update_parameters_spec.rb
|
1220
|
-
- spec/models/job_template_locales_spec.rb
|
1176
|
+
- spec/models/project_spec.rb
|
1177
|
+
- spec/models/job_comment_update_parameters_spec.rb
|
1178
|
+
- spec/models/team_update_parameters_spec.rb
|
1221
1179
|
- spec/models/invitation_create_parameters_spec.rb
|
1222
|
-
- spec/models/
|
1223
|
-
- spec/models/
|
1224
|
-
- spec/models/
|
1225
|
-
- spec/models/
|
1226
|
-
- spec/models/
|
1227
|
-
- spec/models/
|
1228
|
-
- spec/models/
|
1229
|
-
- spec/models/
|
1230
|
-
- spec/models/projects_quality_performance_score200_response_any_of_spec.rb
|
1231
|
-
- spec/models/figma_attachment_spec.rb
|
1180
|
+
- spec/models/job_locale_spec.rb
|
1181
|
+
- spec/models/custom_metadata_data_type_spec.rb
|
1182
|
+
- spec/models/translation_version_spec.rb
|
1183
|
+
- spec/models/team_short_spec.rb
|
1184
|
+
- spec/models/job_preview_spec.rb
|
1185
|
+
- spec/models/screenshot_update_parameters_spec.rb
|
1186
|
+
- spec/models/job_create_parameters_spec.rb
|
1187
|
+
- spec/models/user_preview_spec.rb
|
1232
1188
|
- spec/models/project_create_parameters_spec.rb
|
1189
|
+
- spec/models/upload_spec.rb
|
1190
|
+
- spec/models/translation_details_spec.rb
|
1191
|
+
- spec/models/screenshot_marker_update_parameters_spec.rb
|
1192
|
+
- spec/models/job_locale_complete_parameters_spec.rb
|
1193
|
+
- spec/models/projects_quality_performance_score200_response_spec.rb
|
1194
|
+
- spec/models/translation_review_parameters_spec.rb
|
1195
|
+
- spec/models/custom_metadata_properties_create_parameters_spec.rb
|
1196
|
+
- spec/models/job_locales_create_parameters_spec.rb
|
1197
|
+
- spec/models/affected_count_spec.rb
|
1198
|
+
- spec/models/upload_summary_spec.rb
|
1199
|
+
- spec/models/job_start_parameters_spec.rb
|
1200
|
+
- spec/models/key_links_batch_destroy_parameters_spec.rb
|
1233
1201
|
- spec/models/job_locale_complete_review_parameters_spec.rb
|
1234
|
-
- spec/models/
|
1202
|
+
- spec/models/figma_attachment_spec.rb
|
1203
|
+
- spec/models/locale_team_preview_spec.rb
|
1204
|
+
- spec/models/projects_quality_performance_score_request_spec.rb
|
1205
|
+
- spec/models/organization_job_template_spec.rb
|
1206
|
+
- spec/models/project_report_spec.rb
|
1207
|
+
- spec/models/translation_spec.rb
|
1208
|
+
- spec/models/webhook_create_parameters_spec.rb
|
1209
|
+
- spec/models/bitbucket_sync_import_parameters_spec.rb
|
1210
|
+
- spec/models/translation_key_spec.rb
|
1211
|
+
- spec/models/keys_tag_parameters_spec.rb
|
1212
|
+
- spec/models/comment_reaction_spec.rb
|
1213
|
+
- spec/models/styleguide_spec.rb
|
1214
|
+
- spec/models/projects_quality_performance_score200_response_any_of_spec.rb
|
1215
|
+
- spec/models/variable_update_parameters_spec.rb
|
1216
|
+
- spec/models/repo_sync_event_errors_inner_spec.rb
|
1217
|
+
- spec/models/space_create_parameters_spec.rb
|
1218
|
+
- spec/models/translation_verify_parameters_spec.rb
|
1219
|
+
- spec/models/variable_spec.rb
|
1220
|
+
- spec/models/locale_download_result_spec.rb
|
1221
|
+
- spec/models/gitlab_sync_spec.rb
|
1222
|
+
- spec/models/variable_create_parameters_spec.rb
|
1223
|
+
- spec/models/comment_spec.rb
|
1224
|
+
- spec/models/job_locale_reopen_parameters_spec.rb
|
1235
1225
|
- spec/models/job_template_spec.rb
|
1236
|
-
- spec/models/
|
1237
|
-
- spec/models/
|
1238
|
-
- spec/models/
|
1226
|
+
- spec/models/space_update_parameters_spec.rb
|
1227
|
+
- spec/models/key_create_parameters_spec.rb
|
1228
|
+
- spec/models/job_template_preview_spec.rb
|
1229
|
+
- spec/models/comments_list_parameters_spec.rb
|
1230
|
+
- spec/models/job_template_details_spec.rb
|
1231
|
+
- spec/models/order_confirm_parameters_spec.rb
|
1232
|
+
- spec/models/comment_update_parameters_spec.rb
|
1233
|
+
- spec/models/gitlab_sync_import_parameters_spec.rb
|
1234
|
+
- spec/models/release_update_parameters1_spec.rb
|
1235
|
+
- spec/models/key_links_index400_response_spec.rb
|
1236
|
+
- spec/models/glossary_term_translation_spec.rb
|
1237
|
+
- spec/models/locale_download_create_parameters_spec.rb
|
1238
|
+
- spec/models/gitlab_sync_export_parameters_spec.rb
|
1239
1239
|
- spec/spec_helper.rb
|