phrase 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +9 -9
- data/docs/KeyCreateParameters.md +1 -1
- data/docs/KeyUpdateParameters.md +1 -1
- data/docs/ProjectCreateParameters.md +1 -1
- data/docs/ProjectUpdateParameters.md +1 -1
- data/docs/RepoSyncsApi.md +30 -30
- data/docs/ScreenshotUpdateParameters.md +1 -1
- data/lib/phrase/api/repo_syncs_api.rb +54 -54
- data/lib/phrase/version.rb +1 -1
- data/spec/api/repo_syncs_api_spec.rb +6 -6
- metadata +233 -233
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e082011b3b750632c4b4abd95a789a4da892ef961fcc0476743601056da8400
|
|
4
|
+
data.tar.gz: 9d706436856af988664032006bd7036aee84c4a5660c11d376abb1e2dcf0b668
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fac403e9e2ed53432d3999a94077d10491ec27e29481eb7f83afa653fa4c8f9bf0438cff6869ae0b638b8128b85bed11d79f9301a40ef09b7381d67a3c7b7719
|
|
7
|
+
data.tar.gz: e3b23e1e9b003f4bb74f93c31b3d2a9a5e4d061d587ce8ebc1ec4e132471d13a1c40307b7e27f0a4ef4e57c4128ecdd7c98b1d7a8bad5e4f4bdb371a22dfa870
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.1.1](https://github.com/phrase/openapi/compare/ruby-v3.1.0...ruby-v3.1.1) (2024-05-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **CLI:** use id instead of repo_sync_id as param ([#618](https://github.com/phrase/openapi/issues/618)) ([7a1a0d9](https://github.com/phrase/openapi/commit/7a1a0d9115262dc7fa3065ee7cc76bec7a381ddb))
|
|
9
|
+
* **PHP:** Fix deserializing custom metadata values in key response ([#607](https://github.com/phrase/openapi/issues/607)) ([b6eeeba](https://github.com/phrase/openapi/commit/b6eeeba223e3eabec268a8f3d372afcb6abd09dd))
|
|
10
|
+
|
|
3
11
|
## [3.1.0](https://github.com/phrase/openapi/compare/ruby-v3.0.0...ruby-v3.1.0) (2024-04-29)
|
|
4
12
|
|
|
5
13
|
|
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.1.
|
|
10
|
+
- Package version: 3.1.1
|
|
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.1.
|
|
59
|
+
gem install ./phrase-3.1.1.gem
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
(for development, run `gem install --dev ./phrase-3.1.
|
|
62
|
+
(for development, run `gem install --dev ./phrase-3.1.1.gem` to install the development dependencies)
|
|
63
63
|
|
|
64
64
|
## Getting Started
|
|
65
65
|
|
|
@@ -316,13 +316,13 @@ Class | Method | HTTP request | Description
|
|
|
316
316
|
*Phrase::ReleasesApi* | [**release_show**](docs/ReleasesApi.md#release_show) | **GET** /accounts/{account_id}/distributions/{distribution_id}/releases/{id} | Get a single release
|
|
317
317
|
*Phrase::ReleasesApi* | [**release_update**](docs/ReleasesApi.md#release_update) | **PATCH** /accounts/{account_id}/distributions/{distribution_id}/releases/{id} | Update a release
|
|
318
318
|
*Phrase::ReleasesApi* | [**releases_list**](docs/ReleasesApi.md#releases_list) | **GET** /accounts/{account_id}/distributions/{distribution_id}/releases | List releases
|
|
319
|
-
*Phrase::RepoSyncsApi* | [**repo_sync_activate**](docs/RepoSyncsApi.md#repo_sync_activate) | **POST** /accounts/{account_id}/repo_syncs/{
|
|
320
|
-
*Phrase::RepoSyncsApi* | [**repo_sync_deactivate**](docs/RepoSyncsApi.md#repo_sync_deactivate) | **POST** /accounts/{account_id}/repo_syncs/{
|
|
321
|
-
*Phrase::RepoSyncsApi* | [**repo_sync_events**](docs/RepoSyncsApi.md#repo_sync_events) | **GET** /accounts/{account_id}/repo_syncs/{
|
|
322
|
-
*Phrase::RepoSyncsApi* | [**repo_sync_export**](docs/RepoSyncsApi.md#repo_sync_export) | **POST** /accounts/{account_id}/repo_syncs/{
|
|
323
|
-
*Phrase::RepoSyncsApi* | [**repo_sync_import**](docs/RepoSyncsApi.md#repo_sync_import) | **POST** /accounts/{account_id}/repo_syncs/{
|
|
319
|
+
*Phrase::RepoSyncsApi* | [**repo_sync_activate**](docs/RepoSyncsApi.md#repo_sync_activate) | **POST** /accounts/{account_id}/repo_syncs/{id}/activate | Activate a Repo Sync
|
|
320
|
+
*Phrase::RepoSyncsApi* | [**repo_sync_deactivate**](docs/RepoSyncsApi.md#repo_sync_deactivate) | **POST** /accounts/{account_id}/repo_syncs/{id}/deactivate | Deactivate a Repo Sync
|
|
321
|
+
*Phrase::RepoSyncsApi* | [**repo_sync_events**](docs/RepoSyncsApi.md#repo_sync_events) | **GET** /accounts/{account_id}/repo_syncs/{id}/events | Repository Syncs History
|
|
322
|
+
*Phrase::RepoSyncsApi* | [**repo_sync_export**](docs/RepoSyncsApi.md#repo_sync_export) | **POST** /accounts/{account_id}/repo_syncs/{id}/export | Export to code repository
|
|
323
|
+
*Phrase::RepoSyncsApi* | [**repo_sync_import**](docs/RepoSyncsApi.md#repo_sync_import) | **POST** /accounts/{account_id}/repo_syncs/{id}/import | Import from code repository
|
|
324
324
|
*Phrase::RepoSyncsApi* | [**repo_sync_list**](docs/RepoSyncsApi.md#repo_sync_list) | **GET** /accounts/{account_id}/repo_syncs | Get Repo Syncs
|
|
325
|
-
*Phrase::RepoSyncsApi* | [**repo_sync_show**](docs/RepoSyncsApi.md#repo_sync_show) | **GET** /accounts/{account_id}/repo_syncs/{
|
|
325
|
+
*Phrase::RepoSyncsApi* | [**repo_sync_show**](docs/RepoSyncsApi.md#repo_sync_show) | **GET** /accounts/{account_id}/repo_syncs/{id} | Get a single Repo Sync
|
|
326
326
|
*Phrase::ReportsApi* | [**report_locales_list**](docs/ReportsApi.md#report_locales_list) | **GET** /projects/{project_id}/report/locales | List Locale Reports
|
|
327
327
|
*Phrase::ReportsApi* | [**report_show**](docs/ReportsApi.md#report_show) | **GET** /projects/{project_id}/report | Get Project Report
|
|
328
328
|
*Phrase::ScreenshotMarkersApi* | [**screenshot_marker_create**](docs/ScreenshotMarkersApi.md#screenshot_marker_create) | **POST** /projects/{project_id}/screenshots/{screenshot_id}/markers | Create a screenshot marker
|
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@12b67070,
|
|
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@f33b8fc,
|
|
38
38
|
remove_screenshot: null,
|
|
39
39
|
unformatted: null,
|
|
40
40
|
xml_space_preserve: null,
|
|
@@ -40,7 +40,7 @@ instance = Phrase::ProjectCreateParameters.new(name: My Android Project,
|
|
|
40
40
|
main_format: yml,
|
|
41
41
|
media: Python,
|
|
42
42
|
shares_translation_memory: true,
|
|
43
|
-
project_image: [B@
|
|
43
|
+
project_image: [B@4e4892bf,
|
|
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@59889208,
|
|
45
45
|
remove_project_image: false,
|
|
46
46
|
workflow: review,
|
|
47
47
|
machine_translation_enabled: true,
|
data/docs/RepoSyncsApi.md
CHANGED
|
@@ -4,19 +4,19 @@ All URIs are relative to *https://api.phrase.com/v2*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**repo_sync_activate**](RepoSyncsApi.md#repo_sync_activate) | **POST** /accounts/{account_id}/repo_syncs/{
|
|
8
|
-
[**repo_sync_deactivate**](RepoSyncsApi.md#repo_sync_deactivate) | **POST** /accounts/{account_id}/repo_syncs/{
|
|
9
|
-
[**repo_sync_events**](RepoSyncsApi.md#repo_sync_events) | **GET** /accounts/{account_id}/repo_syncs/{
|
|
10
|
-
[**repo_sync_export**](RepoSyncsApi.md#repo_sync_export) | **POST** /accounts/{account_id}/repo_syncs/{
|
|
11
|
-
[**repo_sync_import**](RepoSyncsApi.md#repo_sync_import) | **POST** /accounts/{account_id}/repo_syncs/{
|
|
7
|
+
[**repo_sync_activate**](RepoSyncsApi.md#repo_sync_activate) | **POST** /accounts/{account_id}/repo_syncs/{id}/activate | Activate a Repo Sync
|
|
8
|
+
[**repo_sync_deactivate**](RepoSyncsApi.md#repo_sync_deactivate) | **POST** /accounts/{account_id}/repo_syncs/{id}/deactivate | Deactivate a Repo Sync
|
|
9
|
+
[**repo_sync_events**](RepoSyncsApi.md#repo_sync_events) | **GET** /accounts/{account_id}/repo_syncs/{id}/events | Repository Syncs History
|
|
10
|
+
[**repo_sync_export**](RepoSyncsApi.md#repo_sync_export) | **POST** /accounts/{account_id}/repo_syncs/{id}/export | Export to code repository
|
|
11
|
+
[**repo_sync_import**](RepoSyncsApi.md#repo_sync_import) | **POST** /accounts/{account_id}/repo_syncs/{id}/import | Import from code repository
|
|
12
12
|
[**repo_sync_list**](RepoSyncsApi.md#repo_sync_list) | **GET** /accounts/{account_id}/repo_syncs | Get Repo Syncs
|
|
13
|
-
[**repo_sync_show**](RepoSyncsApi.md#repo_sync_show) | **GET** /accounts/{account_id}/repo_syncs/{
|
|
13
|
+
[**repo_sync_show**](RepoSyncsApi.md#repo_sync_show) | **GET** /accounts/{account_id}/repo_syncs/{id} | Get a single Repo Sync
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
## repo_sync_activate
|
|
18
18
|
|
|
19
|
-
> RepoSync repo_sync_activate(account_id,
|
|
19
|
+
> RepoSync repo_sync_activate(account_id, id, opts)
|
|
20
20
|
|
|
21
21
|
Activate a Repo Sync
|
|
22
22
|
|
|
@@ -40,14 +40,14 @@ end
|
|
|
40
40
|
|
|
41
41
|
api_instance = Phrase::RepoSyncsApi.new
|
|
42
42
|
account_id = 'account_id_example' # String | Account ID
|
|
43
|
-
|
|
43
|
+
id = 'id_example' # String | ID
|
|
44
44
|
opts = {
|
|
45
45
|
x_phrase_app_otp: 'x_phrase_app_otp_example' # String | Two-Factor-Authentication token (optional)
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
begin
|
|
49
49
|
#Activate a Repo Sync
|
|
50
|
-
result = api_instance.repo_sync_activate(account_id,
|
|
50
|
+
result = api_instance.repo_sync_activate(account_id, id, opts)
|
|
51
51
|
pp result
|
|
52
52
|
rescue Phrase::ApiError => e
|
|
53
53
|
puts "Exception when calling RepoSyncsApi->repo_sync_activate: #{e}"
|
|
@@ -60,7 +60,7 @@ end
|
|
|
60
60
|
Name | Type | Description | Notes
|
|
61
61
|
------------- | ------------- | ------------- | -------------
|
|
62
62
|
**account_id** | **String**| Account ID |
|
|
63
|
-
**
|
|
63
|
+
**id** | **String**| ID |
|
|
64
64
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
65
65
|
|
|
66
66
|
### Return type
|
|
@@ -79,7 +79,7 @@ Response<([**RepoSync**](RepoSync.md))>
|
|
|
79
79
|
|
|
80
80
|
## repo_sync_deactivate
|
|
81
81
|
|
|
82
|
-
> RepoSync repo_sync_deactivate(account_id,
|
|
82
|
+
> RepoSync repo_sync_deactivate(account_id, id, opts)
|
|
83
83
|
|
|
84
84
|
Deactivate a Repo Sync
|
|
85
85
|
|
|
@@ -103,14 +103,14 @@ end
|
|
|
103
103
|
|
|
104
104
|
api_instance = Phrase::RepoSyncsApi.new
|
|
105
105
|
account_id = 'account_id_example' # String | Account ID
|
|
106
|
-
|
|
106
|
+
id = 'id_example' # String | ID
|
|
107
107
|
opts = {
|
|
108
108
|
x_phrase_app_otp: 'x_phrase_app_otp_example' # String | Two-Factor-Authentication token (optional)
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
begin
|
|
112
112
|
#Deactivate a Repo Sync
|
|
113
|
-
result = api_instance.repo_sync_deactivate(account_id,
|
|
113
|
+
result = api_instance.repo_sync_deactivate(account_id, id, opts)
|
|
114
114
|
pp result
|
|
115
115
|
rescue Phrase::ApiError => e
|
|
116
116
|
puts "Exception when calling RepoSyncsApi->repo_sync_deactivate: #{e}"
|
|
@@ -123,7 +123,7 @@ end
|
|
|
123
123
|
Name | Type | Description | Notes
|
|
124
124
|
------------- | ------------- | ------------- | -------------
|
|
125
125
|
**account_id** | **String**| Account ID |
|
|
126
|
-
**
|
|
126
|
+
**id** | **String**| ID |
|
|
127
127
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
128
128
|
|
|
129
129
|
### Return type
|
|
@@ -142,7 +142,7 @@ Response<([**RepoSync**](RepoSync.md))>
|
|
|
142
142
|
|
|
143
143
|
## repo_sync_events
|
|
144
144
|
|
|
145
|
-
> Array<RepoSyncEvent> repo_sync_events(account_id,
|
|
145
|
+
> Array<RepoSyncEvent> repo_sync_events(account_id, id, opts)
|
|
146
146
|
|
|
147
147
|
Repository Syncs History
|
|
148
148
|
|
|
@@ -166,14 +166,14 @@ end
|
|
|
166
166
|
|
|
167
167
|
api_instance = Phrase::RepoSyncsApi.new
|
|
168
168
|
account_id = 'account_id_example' # String | Account ID
|
|
169
|
-
|
|
169
|
+
id = 'id_example' # String | ID
|
|
170
170
|
opts = {
|
|
171
171
|
x_phrase_app_otp: 'x_phrase_app_otp_example' # String | Two-Factor-Authentication token (optional)
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
begin
|
|
175
175
|
#Repository Syncs History
|
|
176
|
-
result = api_instance.repo_sync_events(account_id,
|
|
176
|
+
result = api_instance.repo_sync_events(account_id, id, opts)
|
|
177
177
|
pp result
|
|
178
178
|
rescue Phrase::ApiError => e
|
|
179
179
|
puts "Exception when calling RepoSyncsApi->repo_sync_events: #{e}"
|
|
@@ -186,7 +186,7 @@ end
|
|
|
186
186
|
Name | Type | Description | Notes
|
|
187
187
|
------------- | ------------- | ------------- | -------------
|
|
188
188
|
**account_id** | **String**| Account ID |
|
|
189
|
-
**
|
|
189
|
+
**id** | **String**| ID |
|
|
190
190
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
191
191
|
|
|
192
192
|
### Return type
|
|
@@ -205,7 +205,7 @@ Response<([**Array<RepoSyncEvent>**](RepoSyncEvent.md))>
|
|
|
205
205
|
|
|
206
206
|
## repo_sync_export
|
|
207
207
|
|
|
208
|
-
> RepoSyncExport repo_sync_export(account_id,
|
|
208
|
+
> RepoSyncExport repo_sync_export(account_id, id, opts)
|
|
209
209
|
|
|
210
210
|
Export to code repository
|
|
211
211
|
|
|
@@ -229,14 +229,14 @@ end
|
|
|
229
229
|
|
|
230
230
|
api_instance = Phrase::RepoSyncsApi.new
|
|
231
231
|
account_id = 'account_id_example' # String | Account ID
|
|
232
|
-
|
|
232
|
+
id = 'id_example' # String | ID
|
|
233
233
|
opts = {
|
|
234
234
|
x_phrase_app_otp: 'x_phrase_app_otp_example' # String | Two-Factor-Authentication token (optional)
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
begin
|
|
238
238
|
#Export to code repository
|
|
239
|
-
result = api_instance.repo_sync_export(account_id,
|
|
239
|
+
result = api_instance.repo_sync_export(account_id, id, opts)
|
|
240
240
|
pp result
|
|
241
241
|
rescue Phrase::ApiError => e
|
|
242
242
|
puts "Exception when calling RepoSyncsApi->repo_sync_export: #{e}"
|
|
@@ -249,7 +249,7 @@ end
|
|
|
249
249
|
Name | Type | Description | Notes
|
|
250
250
|
------------- | ------------- | ------------- | -------------
|
|
251
251
|
**account_id** | **String**| Account ID |
|
|
252
|
-
**
|
|
252
|
+
**id** | **String**| ID |
|
|
253
253
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
254
254
|
|
|
255
255
|
### Return type
|
|
@@ -268,7 +268,7 @@ Response<([**RepoSyncExport**](RepoSyncExport.md))>
|
|
|
268
268
|
|
|
269
269
|
## repo_sync_import
|
|
270
270
|
|
|
271
|
-
> RepoSyncImport repo_sync_import(account_id,
|
|
271
|
+
> RepoSyncImport repo_sync_import(account_id, id, opts)
|
|
272
272
|
|
|
273
273
|
Import from code repository
|
|
274
274
|
|
|
@@ -292,14 +292,14 @@ end
|
|
|
292
292
|
|
|
293
293
|
api_instance = Phrase::RepoSyncsApi.new
|
|
294
294
|
account_id = 'account_id_example' # String | Account ID
|
|
295
|
-
|
|
295
|
+
id = 'id_example' # String | ID
|
|
296
296
|
opts = {
|
|
297
297
|
x_phrase_app_otp: 'x_phrase_app_otp_example' # String | Two-Factor-Authentication token (optional)
|
|
298
298
|
}
|
|
299
299
|
|
|
300
300
|
begin
|
|
301
301
|
#Import from code repository
|
|
302
|
-
result = api_instance.repo_sync_import(account_id,
|
|
302
|
+
result = api_instance.repo_sync_import(account_id, id, opts)
|
|
303
303
|
pp result
|
|
304
304
|
rescue Phrase::ApiError => e
|
|
305
305
|
puts "Exception when calling RepoSyncsApi->repo_sync_import: #{e}"
|
|
@@ -312,7 +312,7 @@ end
|
|
|
312
312
|
Name | Type | Description | Notes
|
|
313
313
|
------------- | ------------- | ------------- | -------------
|
|
314
314
|
**account_id** | **String**| Account ID |
|
|
315
|
-
**
|
|
315
|
+
**id** | **String**| ID |
|
|
316
316
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
317
317
|
|
|
318
318
|
### Return type
|
|
@@ -392,7 +392,7 @@ Response<([**Array<RepoSync>**](RepoSync.md))>
|
|
|
392
392
|
|
|
393
393
|
## repo_sync_show
|
|
394
394
|
|
|
395
|
-
> RepoSync repo_sync_show(account_id,
|
|
395
|
+
> RepoSync repo_sync_show(account_id, id, opts)
|
|
396
396
|
|
|
397
397
|
Get a single Repo Sync
|
|
398
398
|
|
|
@@ -416,14 +416,14 @@ end
|
|
|
416
416
|
|
|
417
417
|
api_instance = Phrase::RepoSyncsApi.new
|
|
418
418
|
account_id = 'account_id_example' # String | Account ID
|
|
419
|
-
|
|
419
|
+
id = 'id_example' # String | ID
|
|
420
420
|
opts = {
|
|
421
421
|
x_phrase_app_otp: 'x_phrase_app_otp_example' # String | Two-Factor-Authentication token (optional)
|
|
422
422
|
}
|
|
423
423
|
|
|
424
424
|
begin
|
|
425
425
|
#Get a single Repo Sync
|
|
426
|
-
result = api_instance.repo_sync_show(account_id,
|
|
426
|
+
result = api_instance.repo_sync_show(account_id, id, opts)
|
|
427
427
|
pp result
|
|
428
428
|
rescue Phrase::ApiError => e
|
|
429
429
|
puts "Exception when calling RepoSyncsApi->repo_sync_show: #{e}"
|
|
@@ -436,7 +436,7 @@ end
|
|
|
436
436
|
Name | Type | Description | Notes
|
|
437
437
|
------------- | ------------- | ------------- | -------------
|
|
438
438
|
**account_id** | **String**| Account ID |
|
|
439
|
-
**
|
|
439
|
+
**id** | **String**| ID |
|
|
440
440
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
441
441
|
|
|
442
442
|
### Return type
|
|
@@ -10,23 +10,23 @@ module Phrase
|
|
|
10
10
|
# Activate a Repo Sync
|
|
11
11
|
# Activate a deactivated Repo Sync. Active syncs can be used to import and export translations, and imports to Phrase are automatically triggered by pushes to the repository, if configured.
|
|
12
12
|
# @param account_id [String] Account ID
|
|
13
|
-
# @param
|
|
13
|
+
# @param id [String] ID
|
|
14
14
|
# @param [Hash] opts the optional parameters
|
|
15
15
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
16
16
|
# @return [RepoSync]
|
|
17
|
-
def repo_sync_activate(account_id,
|
|
18
|
-
data, _status_code, _headers = repo_sync_activate_with_http_info(account_id,
|
|
17
|
+
def repo_sync_activate(account_id, id, opts = {})
|
|
18
|
+
data, _status_code, _headers = repo_sync_activate_with_http_info(account_id, id, opts)
|
|
19
19
|
data
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
# Activate a Repo Sync
|
|
23
23
|
# Activate a deactivated Repo Sync. Active syncs can be used to import and export translations, and imports to Phrase are automatically triggered by pushes to the repository, if configured.
|
|
24
24
|
# @param account_id [String] Account ID
|
|
25
|
-
# @param
|
|
25
|
+
# @param id [String] ID
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
27
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
28
28
|
# @return [Array<(Response<(RepoSync)>, Integer, Hash)>] Response<(RepoSync)> data, response status code and response headers
|
|
29
|
-
def repo_sync_activate_with_http_info(account_id,
|
|
29
|
+
def repo_sync_activate_with_http_info(account_id, id, opts = {})
|
|
30
30
|
if @api_client.config.debugging
|
|
31
31
|
@api_client.config.logger.debug 'Calling API: RepoSyncsApi.repo_sync_activate ...'
|
|
32
32
|
end
|
|
@@ -34,12 +34,12 @@ module Phrase
|
|
|
34
34
|
if @api_client.config.client_side_validation && account_id.nil?
|
|
35
35
|
fail ArgumentError, "Missing the required parameter 'account_id' when calling RepoSyncsApi.repo_sync_activate"
|
|
36
36
|
end
|
|
37
|
-
# verify the required parameter '
|
|
38
|
-
if @api_client.config.client_side_validation &&
|
|
39
|
-
fail ArgumentError, "Missing the required parameter '
|
|
37
|
+
# verify the required parameter 'id' is set
|
|
38
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
39
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling RepoSyncsApi.repo_sync_activate"
|
|
40
40
|
end
|
|
41
41
|
# resource path
|
|
42
|
-
local_var_path = '/accounts/{account_id}/repo_syncs/{
|
|
42
|
+
local_var_path = '/accounts/{account_id}/repo_syncs/{id}/activate'.sub('{' + 'account_id' + '}', CGI.escape(account_id.to_s)).sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
43
43
|
|
|
44
44
|
# query parameters
|
|
45
45
|
query_params = opts[:query_params] || {}
|
|
@@ -82,23 +82,23 @@ module Phrase
|
|
|
82
82
|
# Deactivate a Repo Sync
|
|
83
83
|
# Deactivate an active Repo Sync. Import and export can't be performed on deactivated syncs and the pushes to the repository won't trigger the import to Phrase.
|
|
84
84
|
# @param account_id [String] Account ID
|
|
85
|
-
# @param
|
|
85
|
+
# @param id [String] ID
|
|
86
86
|
# @param [Hash] opts the optional parameters
|
|
87
87
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
88
88
|
# @return [RepoSync]
|
|
89
|
-
def repo_sync_deactivate(account_id,
|
|
90
|
-
data, _status_code, _headers = repo_sync_deactivate_with_http_info(account_id,
|
|
89
|
+
def repo_sync_deactivate(account_id, id, opts = {})
|
|
90
|
+
data, _status_code, _headers = repo_sync_deactivate_with_http_info(account_id, id, opts)
|
|
91
91
|
data
|
|
92
92
|
end
|
|
93
93
|
|
|
94
94
|
# Deactivate a Repo Sync
|
|
95
95
|
# Deactivate an active Repo Sync. Import and export can't be performed on deactivated syncs and the pushes to the repository won't trigger the import to Phrase.
|
|
96
96
|
# @param account_id [String] Account ID
|
|
97
|
-
# @param
|
|
97
|
+
# @param id [String] ID
|
|
98
98
|
# @param [Hash] opts the optional parameters
|
|
99
99
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
100
100
|
# @return [Array<(Response<(RepoSync)>, Integer, Hash)>] Response<(RepoSync)> data, response status code and response headers
|
|
101
|
-
def repo_sync_deactivate_with_http_info(account_id,
|
|
101
|
+
def repo_sync_deactivate_with_http_info(account_id, id, opts = {})
|
|
102
102
|
if @api_client.config.debugging
|
|
103
103
|
@api_client.config.logger.debug 'Calling API: RepoSyncsApi.repo_sync_deactivate ...'
|
|
104
104
|
end
|
|
@@ -106,12 +106,12 @@ module Phrase
|
|
|
106
106
|
if @api_client.config.client_side_validation && account_id.nil?
|
|
107
107
|
fail ArgumentError, "Missing the required parameter 'account_id' when calling RepoSyncsApi.repo_sync_deactivate"
|
|
108
108
|
end
|
|
109
|
-
# verify the required parameter '
|
|
110
|
-
if @api_client.config.client_side_validation &&
|
|
111
|
-
fail ArgumentError, "Missing the required parameter '
|
|
109
|
+
# verify the required parameter 'id' is set
|
|
110
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
111
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling RepoSyncsApi.repo_sync_deactivate"
|
|
112
112
|
end
|
|
113
113
|
# resource path
|
|
114
|
-
local_var_path = '/accounts/{account_id}/repo_syncs/{
|
|
114
|
+
local_var_path = '/accounts/{account_id}/repo_syncs/{id}/deactivate'.sub('{' + 'account_id' + '}', CGI.escape(account_id.to_s)).sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
115
115
|
|
|
116
116
|
# query parameters
|
|
117
117
|
query_params = opts[:query_params] || {}
|
|
@@ -154,23 +154,23 @@ module Phrase
|
|
|
154
154
|
# Repository Syncs History
|
|
155
155
|
# Get the history of a single Repo Sync. The history includes all imports and exports performed by the Repo Sync.
|
|
156
156
|
# @param account_id [String] Account ID
|
|
157
|
-
# @param
|
|
157
|
+
# @param id [String] ID
|
|
158
158
|
# @param [Hash] opts the optional parameters
|
|
159
159
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
160
160
|
# @return [Array<RepoSyncEvent>]
|
|
161
|
-
def repo_sync_events(account_id,
|
|
162
|
-
data, _status_code, _headers = repo_sync_events_with_http_info(account_id,
|
|
161
|
+
def repo_sync_events(account_id, id, opts = {})
|
|
162
|
+
data, _status_code, _headers = repo_sync_events_with_http_info(account_id, id, opts)
|
|
163
163
|
data
|
|
164
164
|
end
|
|
165
165
|
|
|
166
166
|
# Repository Syncs History
|
|
167
167
|
# Get the history of a single Repo Sync. The history includes all imports and exports performed by the Repo Sync.
|
|
168
168
|
# @param account_id [String] Account ID
|
|
169
|
-
# @param
|
|
169
|
+
# @param id [String] ID
|
|
170
170
|
# @param [Hash] opts the optional parameters
|
|
171
171
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
172
172
|
# @return [Array<(Response<(Array<RepoSyncEvent>)>, Integer, Hash)>] Response<(Array<RepoSyncEvent>)> data, response status code and response headers
|
|
173
|
-
def repo_sync_events_with_http_info(account_id,
|
|
173
|
+
def repo_sync_events_with_http_info(account_id, id, opts = {})
|
|
174
174
|
if @api_client.config.debugging
|
|
175
175
|
@api_client.config.logger.debug 'Calling API: RepoSyncsApi.repo_sync_events ...'
|
|
176
176
|
end
|
|
@@ -178,12 +178,12 @@ module Phrase
|
|
|
178
178
|
if @api_client.config.client_side_validation && account_id.nil?
|
|
179
179
|
fail ArgumentError, "Missing the required parameter 'account_id' when calling RepoSyncsApi.repo_sync_events"
|
|
180
180
|
end
|
|
181
|
-
# verify the required parameter '
|
|
182
|
-
if @api_client.config.client_side_validation &&
|
|
183
|
-
fail ArgumentError, "Missing the required parameter '
|
|
181
|
+
# verify the required parameter 'id' is set
|
|
182
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
183
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling RepoSyncsApi.repo_sync_events"
|
|
184
184
|
end
|
|
185
185
|
# resource path
|
|
186
|
-
local_var_path = '/accounts/{account_id}/repo_syncs/{
|
|
186
|
+
local_var_path = '/accounts/{account_id}/repo_syncs/{id}/events'.sub('{' + 'account_id' + '}', CGI.escape(account_id.to_s)).sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
187
187
|
|
|
188
188
|
# query parameters
|
|
189
189
|
query_params = opts[:query_params] || {}
|
|
@@ -226,23 +226,23 @@ module Phrase
|
|
|
226
226
|
# Export to code repository
|
|
227
227
|
# > Beta: this feature will change in the future. Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.*
|
|
228
228
|
# @param account_id [String] Account ID
|
|
229
|
-
# @param
|
|
229
|
+
# @param id [String] ID
|
|
230
230
|
# @param [Hash] opts the optional parameters
|
|
231
231
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
232
232
|
# @return [RepoSyncExport]
|
|
233
|
-
def repo_sync_export(account_id,
|
|
234
|
-
data, _status_code, _headers = repo_sync_export_with_http_info(account_id,
|
|
233
|
+
def repo_sync_export(account_id, id, opts = {})
|
|
234
|
+
data, _status_code, _headers = repo_sync_export_with_http_info(account_id, id, opts)
|
|
235
235
|
data
|
|
236
236
|
end
|
|
237
237
|
|
|
238
238
|
# Export to code repository
|
|
239
239
|
# > Beta: this feature will change in the future. Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.*
|
|
240
240
|
# @param account_id [String] Account ID
|
|
241
|
-
# @param
|
|
241
|
+
# @param id [String] ID
|
|
242
242
|
# @param [Hash] opts the optional parameters
|
|
243
243
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
244
244
|
# @return [Array<(Response<(RepoSyncExport)>, Integer, Hash)>] Response<(RepoSyncExport)> data, response status code and response headers
|
|
245
|
-
def repo_sync_export_with_http_info(account_id,
|
|
245
|
+
def repo_sync_export_with_http_info(account_id, id, opts = {})
|
|
246
246
|
if @api_client.config.debugging
|
|
247
247
|
@api_client.config.logger.debug 'Calling API: RepoSyncsApi.repo_sync_export ...'
|
|
248
248
|
end
|
|
@@ -250,12 +250,12 @@ module Phrase
|
|
|
250
250
|
if @api_client.config.client_side_validation && account_id.nil?
|
|
251
251
|
fail ArgumentError, "Missing the required parameter 'account_id' when calling RepoSyncsApi.repo_sync_export"
|
|
252
252
|
end
|
|
253
|
-
# verify the required parameter '
|
|
254
|
-
if @api_client.config.client_side_validation &&
|
|
255
|
-
fail ArgumentError, "Missing the required parameter '
|
|
253
|
+
# verify the required parameter 'id' is set
|
|
254
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
255
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling RepoSyncsApi.repo_sync_export"
|
|
256
256
|
end
|
|
257
257
|
# resource path
|
|
258
|
-
local_var_path = '/accounts/{account_id}/repo_syncs/{
|
|
258
|
+
local_var_path = '/accounts/{account_id}/repo_syncs/{id}/export'.sub('{' + 'account_id' + '}', CGI.escape(account_id.to_s)).sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
259
259
|
|
|
260
260
|
# query parameters
|
|
261
261
|
query_params = opts[:query_params] || {}
|
|
@@ -298,23 +298,23 @@ module Phrase
|
|
|
298
298
|
# Import from code repository
|
|
299
299
|
# > Beta: this feature will change in the future. Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._
|
|
300
300
|
# @param account_id [String] Account ID
|
|
301
|
-
# @param
|
|
301
|
+
# @param id [String] ID
|
|
302
302
|
# @param [Hash] opts the optional parameters
|
|
303
303
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
304
304
|
# @return [RepoSyncImport]
|
|
305
|
-
def repo_sync_import(account_id,
|
|
306
|
-
data, _status_code, _headers = repo_sync_import_with_http_info(account_id,
|
|
305
|
+
def repo_sync_import(account_id, id, opts = {})
|
|
306
|
+
data, _status_code, _headers = repo_sync_import_with_http_info(account_id, id, opts)
|
|
307
307
|
data
|
|
308
308
|
end
|
|
309
309
|
|
|
310
310
|
# Import from code repository
|
|
311
311
|
# > Beta: this feature will change in the future. Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._
|
|
312
312
|
# @param account_id [String] Account ID
|
|
313
|
-
# @param
|
|
313
|
+
# @param id [String] ID
|
|
314
314
|
# @param [Hash] opts the optional parameters
|
|
315
315
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
316
316
|
# @return [Array<(Response<(RepoSyncImport)>, Integer, Hash)>] Response<(RepoSyncImport)> data, response status code and response headers
|
|
317
|
-
def repo_sync_import_with_http_info(account_id,
|
|
317
|
+
def repo_sync_import_with_http_info(account_id, id, opts = {})
|
|
318
318
|
if @api_client.config.debugging
|
|
319
319
|
@api_client.config.logger.debug 'Calling API: RepoSyncsApi.repo_sync_import ...'
|
|
320
320
|
end
|
|
@@ -322,12 +322,12 @@ module Phrase
|
|
|
322
322
|
if @api_client.config.client_side_validation && account_id.nil?
|
|
323
323
|
fail ArgumentError, "Missing the required parameter 'account_id' when calling RepoSyncsApi.repo_sync_import"
|
|
324
324
|
end
|
|
325
|
-
# verify the required parameter '
|
|
326
|
-
if @api_client.config.client_side_validation &&
|
|
327
|
-
fail ArgumentError, "Missing the required parameter '
|
|
325
|
+
# verify the required parameter 'id' is set
|
|
326
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
327
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling RepoSyncsApi.repo_sync_import"
|
|
328
328
|
end
|
|
329
329
|
# resource path
|
|
330
|
-
local_var_path = '/accounts/{account_id}/repo_syncs/{
|
|
330
|
+
local_var_path = '/accounts/{account_id}/repo_syncs/{id}/import'.sub('{' + 'account_id' + '}', CGI.escape(account_id.to_s)).sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
331
331
|
|
|
332
332
|
# query parameters
|
|
333
333
|
query_params = opts[:query_params] || {}
|
|
@@ -436,23 +436,23 @@ module Phrase
|
|
|
436
436
|
# Get a single Repo Sync
|
|
437
437
|
# Shows a single Repo Sync setting.
|
|
438
438
|
# @param account_id [String] Account ID
|
|
439
|
-
# @param
|
|
439
|
+
# @param id [String] ID
|
|
440
440
|
# @param [Hash] opts the optional parameters
|
|
441
441
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
442
442
|
# @return [RepoSync]
|
|
443
|
-
def repo_sync_show(account_id,
|
|
444
|
-
data, _status_code, _headers = repo_sync_show_with_http_info(account_id,
|
|
443
|
+
def repo_sync_show(account_id, id, opts = {})
|
|
444
|
+
data, _status_code, _headers = repo_sync_show_with_http_info(account_id, id, opts)
|
|
445
445
|
data
|
|
446
446
|
end
|
|
447
447
|
|
|
448
448
|
# Get a single Repo Sync
|
|
449
449
|
# Shows a single Repo Sync setting.
|
|
450
450
|
# @param account_id [String] Account ID
|
|
451
|
-
# @param
|
|
451
|
+
# @param id [String] ID
|
|
452
452
|
# @param [Hash] opts the optional parameters
|
|
453
453
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
454
454
|
# @return [Array<(Response<(RepoSync)>, Integer, Hash)>] Response<(RepoSync)> data, response status code and response headers
|
|
455
|
-
def repo_sync_show_with_http_info(account_id,
|
|
455
|
+
def repo_sync_show_with_http_info(account_id, id, opts = {})
|
|
456
456
|
if @api_client.config.debugging
|
|
457
457
|
@api_client.config.logger.debug 'Calling API: RepoSyncsApi.repo_sync_show ...'
|
|
458
458
|
end
|
|
@@ -460,12 +460,12 @@ module Phrase
|
|
|
460
460
|
if @api_client.config.client_side_validation && account_id.nil?
|
|
461
461
|
fail ArgumentError, "Missing the required parameter 'account_id' when calling RepoSyncsApi.repo_sync_show"
|
|
462
462
|
end
|
|
463
|
-
# verify the required parameter '
|
|
464
|
-
if @api_client.config.client_side_validation &&
|
|
465
|
-
fail ArgumentError, "Missing the required parameter '
|
|
463
|
+
# verify the required parameter 'id' is set
|
|
464
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
465
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling RepoSyncsApi.repo_sync_show"
|
|
466
466
|
end
|
|
467
467
|
# resource path
|
|
468
|
-
local_var_path = '/accounts/{account_id}/repo_syncs/{
|
|
468
|
+
local_var_path = '/accounts/{account_id}/repo_syncs/{id}'.sub('{' + 'account_id' + '}', CGI.escape(account_id.to_s)).sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
469
469
|
|
|
470
470
|
# query parameters
|
|
471
471
|
query_params = opts[:query_params] || {}
|
data/lib/phrase/version.rb
CHANGED
|
@@ -24,7 +24,7 @@ describe 'RepoSyncsApi' do
|
|
|
24
24
|
# Activate a Repo Sync
|
|
25
25
|
# Activate a deactivated Repo Sync. Active syncs can be used to import and export translations, and imports to Phrase are automatically triggered by pushes to the repository, if configured.
|
|
26
26
|
# @param account_id Account ID
|
|
27
|
-
# @param
|
|
27
|
+
# @param id ID
|
|
28
28
|
# @param [Hash] opts the optional parameters
|
|
29
29
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
30
30
|
# @return [RepoSync]
|
|
@@ -38,7 +38,7 @@ describe 'RepoSyncsApi' do
|
|
|
38
38
|
# Deactivate a Repo Sync
|
|
39
39
|
# Deactivate an active Repo Sync. Import and export can't be performed on deactivated syncs and the pushes to the repository won't trigger the import to Phrase.
|
|
40
40
|
# @param account_id Account ID
|
|
41
|
-
# @param
|
|
41
|
+
# @param id ID
|
|
42
42
|
# @param [Hash] opts the optional parameters
|
|
43
43
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
44
44
|
# @return [RepoSync]
|
|
@@ -52,7 +52,7 @@ describe 'RepoSyncsApi' do
|
|
|
52
52
|
# Repository Syncs History
|
|
53
53
|
# Get the history of a single Repo Sync. The history includes all imports and exports performed by the Repo Sync.
|
|
54
54
|
# @param account_id Account ID
|
|
55
|
-
# @param
|
|
55
|
+
# @param id ID
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
57
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
58
58
|
# @return [Array<RepoSyncEvent>]
|
|
@@ -66,7 +66,7 @@ describe 'RepoSyncsApi' do
|
|
|
66
66
|
# Export to code repository
|
|
67
67
|
# > Beta: this feature will change in the future. Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.*
|
|
68
68
|
# @param account_id Account ID
|
|
69
|
-
# @param
|
|
69
|
+
# @param id ID
|
|
70
70
|
# @param [Hash] opts the optional parameters
|
|
71
71
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
72
72
|
# @return [RepoSyncExport]
|
|
@@ -80,7 +80,7 @@ describe 'RepoSyncsApi' do
|
|
|
80
80
|
# Import from code repository
|
|
81
81
|
# > Beta: this feature will change in the future. Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._
|
|
82
82
|
# @param account_id Account ID
|
|
83
|
-
# @param
|
|
83
|
+
# @param id ID
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
85
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
86
86
|
# @return [RepoSyncImport]
|
|
@@ -107,7 +107,7 @@ describe 'RepoSyncsApi' do
|
|
|
107
107
|
# Get a single Repo Sync
|
|
108
108
|
# Shows a single Repo Sync setting.
|
|
109
109
|
# @param account_id Account ID
|
|
110
|
-
# @param
|
|
110
|
+
# @param id ID
|
|
111
111
|
# @param [Hash] opts the optional parameters
|
|
112
112
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
113
113
|
# @return [RepoSync]
|
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.1.
|
|
4
|
+
version: 3.1.1
|
|
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-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -952,278 +952,278 @@ summary: You can collaborate on language file translation with your team or orde
|
|
|
952
952
|
locale files, tag keys or interact in other ways with the localization data stored
|
|
953
953
|
in Phrase Strings for your account.
|
|
954
954
|
test_files:
|
|
955
|
-
- spec/api/
|
|
956
|
-
- spec/api/glossary_term_translations_api_spec.rb
|
|
957
|
-
- spec/api/accounts_api_spec.rb
|
|
955
|
+
- spec/api/search_api_spec.rb
|
|
958
956
|
- spec/api/authorizations_api_spec.rb
|
|
959
|
-
- spec/api/
|
|
960
|
-
- spec/api/
|
|
961
|
-
- spec/api/orders_api_spec.rb
|
|
962
|
-
- spec/api/tags_api_spec.rb
|
|
963
|
-
- spec/api/spaces_api_spec.rb
|
|
964
|
-
- spec/api/organization_job_templates_api_spec.rb
|
|
965
|
-
- spec/api/blacklisted_keys_api_spec.rb
|
|
966
|
-
- spec/api/users_api_spec.rb
|
|
957
|
+
- spec/api/custom_metadata_api_spec.rb
|
|
958
|
+
- spec/api/comment_reactions_api_spec.rb
|
|
967
959
|
- spec/api/screenshot_markers_api_spec.rb
|
|
968
|
-
- spec/api/
|
|
969
|
-
- spec/api/
|
|
960
|
+
- spec/api/glossary_term_translations_api_spec.rb
|
|
961
|
+
- spec/api/documents_api_spec.rb
|
|
970
962
|
- spec/api/git_hub_sync_api_spec.rb
|
|
971
|
-
- spec/api/
|
|
972
|
-
- spec/api/
|
|
973
|
-
- spec/api/
|
|
963
|
+
- spec/api/keys_api_spec.rb
|
|
964
|
+
- spec/api/notification_groups_api_spec.rb
|
|
965
|
+
- spec/api/teams_api_spec.rb
|
|
974
966
|
- spec/api/reports_api_spec.rb
|
|
967
|
+
- spec/api/icu_api_spec.rb
|
|
968
|
+
- spec/api/webhook_deliveries_api_spec.rb
|
|
969
|
+
- spec/api/organization_job_templates_api_spec.rb
|
|
970
|
+
- spec/api/style_guides_api_spec.rb
|
|
971
|
+
- spec/api/job_template_locales_api_spec.rb
|
|
972
|
+
- spec/api/job_templates_api_spec.rb
|
|
973
|
+
- spec/api/jobs_api_spec.rb
|
|
974
|
+
- spec/api/distributions_api_spec.rb
|
|
975
|
+
- spec/api/orders_api_spec.rb
|
|
976
|
+
- spec/api/git_lab_sync_api_spec.rb
|
|
977
|
+
- spec/api/variables_api_spec.rb
|
|
978
|
+
- spec/api/uploads_api_spec.rb
|
|
975
979
|
- spec/api/linked_keys_api_spec.rb
|
|
976
|
-
- spec/api/branches_api_spec.rb
|
|
977
|
-
- spec/api/keys_figma_attachments_api_spec.rb
|
|
978
980
|
- spec/api/releases_api_spec.rb
|
|
979
981
|
- spec/api/translations_api_spec.rb
|
|
980
|
-
- spec/api/
|
|
981
|
-
- spec/api/
|
|
982
|
-
- spec/api/glossary_terms_api_spec.rb
|
|
982
|
+
- spec/api/job_comments_api_spec.rb
|
|
983
|
+
- spec/api/invitations_api_spec.rb
|
|
983
984
|
- spec/api/versions_history_api_spec.rb
|
|
984
|
-
- spec/api/
|
|
985
|
-
- spec/api/documents_api_spec.rb
|
|
986
|
-
- spec/api/screenshots_api_spec.rb
|
|
987
|
-
- spec/api/figma_attachments_api_spec.rb
|
|
988
|
-
- spec/api/distributions_api_spec.rb
|
|
989
|
-
- spec/api/bitbucket_sync_api_spec.rb
|
|
985
|
+
- spec/api/job_locales_api_spec.rb
|
|
990
986
|
- spec/api/webhooks_api_spec.rb
|
|
991
|
-
- spec/api/
|
|
992
|
-
- spec/api/projects_api_spec.rb
|
|
987
|
+
- spec/api/glossary_terms_api_spec.rb
|
|
993
988
|
- spec/api/notifications_api_spec.rb
|
|
994
|
-
- spec/api/
|
|
995
|
-
- spec/api/
|
|
989
|
+
- spec/api/spaces_api_spec.rb
|
|
990
|
+
- spec/api/formats_api_spec.rb
|
|
991
|
+
- spec/api/branches_api_spec.rb
|
|
992
|
+
- spec/api/comment_replies_api_spec.rb
|
|
996
993
|
- spec/api/members_api_spec.rb
|
|
997
|
-
- spec/api/
|
|
994
|
+
- spec/api/tags_api_spec.rb
|
|
995
|
+
- spec/api/bitbucket_sync_api_spec.rb
|
|
996
|
+
- spec/api/keys_figma_attachments_api_spec.rb
|
|
998
997
|
- spec/api/quality_performance_score_api_spec.rb
|
|
999
|
-
- spec/api/keys_api_spec.rb
|
|
1000
|
-
- spec/api/job_template_locales_api_spec.rb
|
|
1001
|
-
- spec/api/uploads_api_spec.rb
|
|
1002
|
-
- spec/api/variables_api_spec.rb
|
|
1003
998
|
- spec/api/glossaries_api_spec.rb
|
|
999
|
+
- spec/api/accounts_api_spec.rb
|
|
1000
|
+
- spec/api/projects_api_spec.rb
|
|
1001
|
+
- spec/api/figma_attachments_api_spec.rb
|
|
1002
|
+
- spec/api/blacklisted_keys_api_spec.rb
|
|
1003
|
+
- spec/api/screenshots_api_spec.rb
|
|
1004
|
+
- spec/api/locales_api_spec.rb
|
|
1005
|
+
- spec/api/comments_api_spec.rb
|
|
1006
|
+
- spec/api/users_api_spec.rb
|
|
1004
1007
|
- spec/api/repo_syncs_api_spec.rb
|
|
1005
|
-
- spec/api/
|
|
1006
|
-
- spec/api/job_comments_api_spec.rb
|
|
1007
|
-
- spec/api/job_locales_api_spec.rb
|
|
1008
|
-
- spec/api/invitations_api_spec.rb
|
|
1008
|
+
- spec/api/organization_job_template_locales_api_spec.rb
|
|
1009
1009
|
- spec/api_client_spec.rb
|
|
1010
1010
|
- spec/configuration_spec.rb
|
|
1011
|
-
- spec/models/organization_job_template_update_parameters_spec.rb
|
|
1012
|
-
- spec/models/tag_with_stats_spec.rb
|
|
1013
|
-
- spec/models/translation_include_parameters_spec.rb
|
|
1014
|
-
- spec/models/locale_details_spec.rb
|
|
1015
|
-
- spec/models/custom_metadata_data_type_spec.rb
|
|
1016
|
-
- spec/models/repo_sync_export_spec.rb
|
|
1017
|
-
- spec/models/job_locale_update_parameters_spec.rb
|
|
1018
|
-
- spec/models/affected_resources_spec.rb
|
|
1019
|
-
- spec/models/space1_spec.rb
|
|
1020
|
-
- spec/models/glossary_term_spec.rb
|
|
1021
|
-
- spec/models/organization_job_template_create_parameters_spec.rb
|
|
1022
|
-
- spec/models/custom_metadata_property_spec.rb
|
|
1023
|
-
- spec/models/project_report_spec.rb
|
|
1024
|
-
- spec/models/job_template_spec.rb
|
|
1025
|
-
- spec/models/variable_create_parameters_spec.rb
|
|
1026
|
-
- spec/models/invitation_update_settings_parameters_spec.rb
|
|
1027
|
-
- spec/models/repo_sync_event_spec.rb
|
|
1028
|
-
- spec/models/team_short_spec.rb
|
|
1029
|
-
- spec/models/member_spaces_inner_spec.rb
|
|
1030
|
-
- spec/models/release_spec.rb
|
|
1031
|
-
- spec/models/job_template_locales_create_parameters_spec.rb
|
|
1032
|
-
- spec/models/glossary_term_create_parameters_spec.rb
|
|
1033
|
-
- spec/models/keys_include_parameters_spec.rb
|
|
1034
|
-
- spec/models/organization_job_template_locale_update_parameters_spec.rb
|
|
1035
|
-
- spec/models/glossary_spec.rb
|
|
1036
1011
|
- spec/models/job_locale_spec.rb
|
|
1037
|
-
- spec/models/
|
|
1038
|
-
- spec/models/
|
|
1039
|
-
- spec/models/
|
|
1040
|
-
- spec/models/
|
|
1041
|
-
- spec/models/locale_user_preview_spec.rb
|
|
1012
|
+
- spec/models/projects_quality_performance_score200_response_any_of_data_translations_inner_spec.rb
|
|
1013
|
+
- spec/models/job_create_parameters_spec.rb
|
|
1014
|
+
- spec/models/upload_summary_spec.rb
|
|
1015
|
+
- spec/models/job_template_update_parameters_spec.rb
|
|
1042
1016
|
- spec/models/authorization_with_token_spec.rb
|
|
1043
|
-
- spec/models/
|
|
1044
|
-
- spec/models/
|
|
1045
|
-
- spec/models/
|
|
1046
|
-
- spec/models/bitbucket_sync_spec.rb
|
|
1047
|
-
- spec/models/distribution_create_parameters_spec.rb
|
|
1048
|
-
- spec/models/figma_attachment_create_parameters_spec.rb
|
|
1049
|
-
- spec/models/authorization_spec.rb
|
|
1050
|
-
- spec/models/screenshot_update_parameters_spec.rb
|
|
1051
|
-
- spec/models/translations_search_parameters_spec.rb
|
|
1052
|
-
- spec/models/styleguide_preview_spec.rb
|
|
1053
|
-
- spec/models/translation_unverify_parameters_spec.rb
|
|
1054
|
-
- spec/models/bitbucket_sync_export_parameters_spec.rb
|
|
1055
|
-
- spec/models/member_update_parameters_spec.rb
|
|
1056
|
-
- spec/models/space_update_parameters_spec.rb
|
|
1057
|
-
- spec/models/locale_spec.rb
|
|
1058
|
-
- spec/models/job_template_locale_update_parameters_spec.rb
|
|
1059
|
-
- spec/models/key_update_parameters_spec.rb
|
|
1060
|
-
- spec/models/keys_exclude_parameters_spec.rb
|
|
1061
|
-
- spec/models/screenshot_marker_update_parameters_spec.rb
|
|
1062
|
-
- spec/models/screenshot_spec.rb
|
|
1063
|
-
- spec/models/glossary_update_parameters_spec.rb
|
|
1064
|
-
- spec/models/gitlab_sync_import_parameters_spec.rb
|
|
1065
|
-
- spec/models/bitbucket_sync_export_response_spec.rb
|
|
1066
|
-
- spec/models/screenshot_marker_create_parameters_spec.rb
|
|
1067
|
-
- spec/models/locale_preview_spec.rb
|
|
1068
|
-
- spec/models/notification_group_detail_spec.rb
|
|
1069
|
-
- spec/models/styleguide_update_parameters_spec.rb
|
|
1070
|
-
- spec/models/teams_spaces_create_parameters_spec.rb
|
|
1017
|
+
- spec/models/glossary_term_translation_create_parameters_spec.rb
|
|
1018
|
+
- spec/models/member_project_detail_spec.rb
|
|
1019
|
+
- spec/models/gitlab_sync_export_parameters_spec.rb
|
|
1071
1020
|
- spec/models/account_spec.rb
|
|
1072
|
-
- spec/models/
|
|
1021
|
+
- spec/models/key_preview_spec.rb
|
|
1022
|
+
- spec/models/teams_users_create_parameters_spec.rb
|
|
1023
|
+
- spec/models/notification_spec.rb
|
|
1024
|
+
- spec/models/webhook_spec.rb
|
|
1073
1025
|
- spec/models/comment_create_parameters_spec.rb
|
|
1074
|
-
- spec/models/translation_exclude_parameters_spec.rb
|
|
1075
|
-
- spec/models/repo_sync_event_errors_inner_spec.rb
|
|
1076
|
-
- spec/models/projects_quality_performance_score200_response_spec.rb
|
|
1077
|
-
- spec/models/translations_exclude_parameters_spec.rb
|
|
1078
1026
|
- spec/models/job_start_parameters_spec.rb
|
|
1079
|
-
- spec/models/
|
|
1080
|
-
- spec/models/
|
|
1081
|
-
- spec/models/comment_spec.rb
|
|
1082
|
-
- spec/models/locale_report_spec.rb
|
|
1083
|
-
- spec/models/locale_create_parameters_spec.rb
|
|
1084
|
-
- spec/models/blacklisted_key_create_parameters_spec.rb
|
|
1085
|
-
- spec/models/key_links_batch_destroy_parameters_spec.rb
|
|
1086
|
-
- spec/models/replies_list_parameters_spec.rb
|
|
1087
|
-
- spec/models/notification_group_spec.rb
|
|
1088
|
-
- spec/models/invitation_spec.rb
|
|
1027
|
+
- spec/models/distribution_update_parameters_spec.rb
|
|
1028
|
+
- spec/models/custom_metadata_property_spec.rb
|
|
1089
1029
|
- spec/models/key_create_parameters_spec.rb
|
|
1090
|
-
- spec/models/job_template_locales_spec.rb
|
|
1091
|
-
- spec/models/webhook_create_parameters_spec.rb
|
|
1092
|
-
- spec/models/custom_metadata_properties_update_parameters_spec.rb
|
|
1093
|
-
- spec/models/translations_verify_parameters_spec.rb
|
|
1094
1030
|
- spec/models/repo_sync_import_spec.rb
|
|
1095
|
-
- spec/models/
|
|
1096
|
-
- spec/models/
|
|
1031
|
+
- spec/models/error_spec.rb
|
|
1032
|
+
- spec/models/job_preview_spec.rb
|
|
1033
|
+
- spec/models/job_comment_spec.rb
|
|
1034
|
+
- spec/models/job_locale_complete_parameters_spec.rb
|
|
1035
|
+
- spec/models/tag_create_parameters_spec.rb
|
|
1036
|
+
- spec/models/repo_sync_event_errors_inner_spec.rb
|
|
1037
|
+
- spec/models/job_locale_complete_review_parameters_spec.rb
|
|
1038
|
+
- spec/models/translation_create_parameters_spec.rb
|
|
1039
|
+
- spec/models/blacklisted_key_update_parameters_spec.rb
|
|
1040
|
+
- spec/models/key_update_parameters_spec.rb
|
|
1041
|
+
- spec/models/project_short_spec.rb
|
|
1042
|
+
- spec/models/member_update_settings_parameters_spec.rb
|
|
1043
|
+
- spec/models/variable_create_parameters_spec.rb
|
|
1044
|
+
- spec/models/job_template_details_spec.rb
|
|
1045
|
+
- spec/models/organization_job_template_spec.rb
|
|
1046
|
+
- spec/models/translation_verify_parameters_spec.rb
|
|
1047
|
+
- spec/models/organization_job_template_details_spec.rb
|
|
1097
1048
|
- spec/models/keys_untag_parameters_spec.rb
|
|
1098
|
-
- spec/models/job_details_spec.rb
|
|
1099
|
-
- spec/models/project_create_parameters_spec.rb
|
|
1100
|
-
- spec/models/space_spec.rb
|
|
1101
|
-
- spec/models/project_locales_spec.rb
|
|
1102
|
-
- spec/models/job_template_preview_spec.rb
|
|
1103
|
-
- spec/models/keys_search_parameters_spec.rb
|
|
1104
|
-
- spec/models/key_links_index400_response_spec.rb
|
|
1105
|
-
- spec/models/teams_projects_create_parameters_spec.rb
|
|
1106
|
-
- spec/models/upload_summary_spec.rb
|
|
1107
1049
|
- spec/models/bitbucket_sync_import_parameters_spec.rb
|
|
1108
|
-
- spec/models/
|
|
1109
|
-
- spec/models/
|
|
1110
|
-
- spec/models/
|
|
1050
|
+
- spec/models/styleguide_preview_spec.rb
|
|
1051
|
+
- spec/models/locale_preview1_spec.rb
|
|
1052
|
+
- spec/models/branch_name_spec.rb
|
|
1053
|
+
- spec/models/locale_update_parameters_spec.rb
|
|
1054
|
+
- spec/models/gitlab_sync_import_parameters_spec.rb
|
|
1055
|
+
- spec/models/invitation_spec.rb
|
|
1056
|
+
- spec/models/locale_report_spec.rb
|
|
1057
|
+
- spec/models/bitbucket_sync_spec.rb
|
|
1058
|
+
- spec/models/webhook_delivery_spec.rb
|
|
1059
|
+
- spec/models/translation_order_spec.rb
|
|
1060
|
+
- spec/models/release_preview_spec.rb
|
|
1061
|
+
- spec/models/translation_version_with_user_spec.rb
|
|
1062
|
+
- spec/models/translation_key_spec.rb
|
|
1063
|
+
- spec/models/keys_tag_parameters_spec.rb
|
|
1064
|
+
- spec/models/projects_quality_performance_score200_response_any_of_errors_inner_spec.rb
|
|
1065
|
+
- spec/models/replies_list_parameters_spec.rb
|
|
1066
|
+
- spec/models/custom_metadata_properties_create_parameters_spec.rb
|
|
1067
|
+
- spec/models/bitbucket_sync_export_response_spec.rb
|
|
1068
|
+
- spec/models/project_locales_spec.rb
|
|
1069
|
+
- spec/models/blacklisted_key_create_parameters_spec.rb
|
|
1111
1070
|
- spec/models/projects_quality_performance_score_request_spec.rb
|
|
1112
|
-
- spec/models/authorization_update_parameters_spec.rb
|
|
1113
|
-
- spec/models/search_in_account_parameters_spec.rb
|
|
1114
|
-
- spec/models/error_error_spec.rb
|
|
1115
|
-
- spec/models/variable_update_parameters_spec.rb
|
|
1116
|
-
- spec/models/affected_count_spec.rb
|
|
1117
|
-
- spec/models/translation_update_parameters_spec.rb
|
|
1118
|
-
- spec/models/user_preview_spec.rb
|
|
1119
|
-
- spec/models/variable_spec.rb
|
|
1120
|
-
- spec/models/team_create_parameters_spec.rb
|
|
1121
1071
|
- spec/models/comment_update_parameters_spec.rb
|
|
1122
|
-
- spec/models/
|
|
1123
|
-
- spec/models/
|
|
1072
|
+
- spec/models/translation_exclude_parameters_spec.rb
|
|
1073
|
+
- spec/models/comments_list_parameters_spec.rb
|
|
1074
|
+
- spec/models/glossary_term_create_parameters_spec.rb
|
|
1075
|
+
- spec/models/branch_spec.rb
|
|
1076
|
+
- spec/models/variable_update_parameters_spec.rb
|
|
1077
|
+
- spec/models/glossary_create_parameters_spec.rb
|
|
1078
|
+
- spec/models/custom_metadata_properties_update_parameters_spec.rb
|
|
1079
|
+
- spec/models/key_link_spec.rb
|
|
1124
1080
|
- spec/models/member_spec.rb
|
|
1125
|
-
- spec/models/
|
|
1126
|
-
- spec/models/translation_parent_spec.rb
|
|
1127
|
-
- spec/models/member_project_detail_project_roles_inner_spec.rb
|
|
1128
|
-
- spec/models/spaces_projects_create_parameters_spec.rb
|
|
1129
|
-
- spec/models/translation_spec.rb
|
|
1130
|
-
- spec/models/job_locale_complete_parameters_spec.rb
|
|
1131
|
-
- spec/models/team_detail_spec.rb
|
|
1132
|
-
- spec/models/job_template_update_parameters_spec.rb
|
|
1133
|
-
- spec/models/job_comment_create_parameters_spec.rb
|
|
1134
|
-
- spec/models/locale_statistics_spec.rb
|
|
1135
|
-
- spec/models/locale_update_parameters_spec.rb
|
|
1136
|
-
- spec/models/branch_create_parameters_spec.rb
|
|
1081
|
+
- spec/models/webhook_update_parameters_spec.rb
|
|
1137
1082
|
- spec/models/blacklisted_key_spec.rb
|
|
1138
|
-
- spec/models/
|
|
1139
|
-
- spec/models/
|
|
1140
|
-
- spec/models/
|
|
1141
|
-
- spec/models/
|
|
1142
|
-
- spec/models/
|
|
1143
|
-
- spec/models/
|
|
1144
|
-
- spec/models/
|
|
1145
|
-
- spec/models/
|
|
1146
|
-
- spec/models/
|
|
1147
|
-
- spec/models/
|
|
1083
|
+
- spec/models/teams_projects_create_parameters_spec.rb
|
|
1084
|
+
- spec/models/custom_metadata_property_create422_response_spec.rb
|
|
1085
|
+
- spec/models/repo_sync_event_spec.rb
|
|
1086
|
+
- spec/models/styleguide_details_spec.rb
|
|
1087
|
+
- spec/models/affected_resources_spec.rb
|
|
1088
|
+
- spec/models/icu_skeleton_parameters_spec.rb
|
|
1089
|
+
- spec/models/member_spaces_inner_spec.rb
|
|
1090
|
+
- spec/models/distribution_create_parameters_spec.rb
|
|
1091
|
+
- spec/models/teams_spaces_create_parameters_spec.rb
|
|
1092
|
+
- spec/models/locale_statistics_spec.rb
|
|
1093
|
+
- spec/models/translations_search_parameters_spec.rb
|
|
1094
|
+
- spec/models/translation_update_parameters_spec.rb
|
|
1095
|
+
- spec/models/account_search_result_spec.rb
|
|
1096
|
+
- spec/models/screenshot_marker_update_parameters_spec.rb
|
|
1097
|
+
- spec/models/subscription_spec.rb
|
|
1098
|
+
- spec/models/member_project_detail_project_roles_inner_spec.rb
|
|
1099
|
+
- spec/models/authorization_update_parameters_spec.rb
|
|
1100
|
+
- spec/models/project_create_parameters_spec.rb
|
|
1148
1101
|
- spec/models/project_update_parameters_spec.rb
|
|
1149
|
-
- spec/models/
|
|
1150
|
-
- spec/models/
|
|
1102
|
+
- spec/models/styleguide_spec.rb
|
|
1103
|
+
- spec/models/gitlab_sync_spec.rb
|
|
1104
|
+
- spec/models/translation_include_parameters_spec.rb
|
|
1105
|
+
- spec/models/job_details_spec.rb
|
|
1106
|
+
- spec/models/job_locale_update_parameters_spec.rb
|
|
1151
1107
|
- spec/models/upload_spec.rb
|
|
1152
|
-
- spec/models/
|
|
1153
|
-
- spec/models/
|
|
1154
|
-
- spec/models/
|
|
1155
|
-
- spec/models/
|
|
1156
|
-
- spec/models/
|
|
1108
|
+
- spec/models/translations_exclude_parameters_spec.rb
|
|
1109
|
+
- spec/models/locale_preview_spec.rb
|
|
1110
|
+
- spec/models/distribution_preview_spec.rb
|
|
1111
|
+
- spec/models/team_detail_spec.rb
|
|
1112
|
+
- spec/models/figma_attachment_spec.rb
|
|
1113
|
+
- spec/models/key_links_create_parameters_spec.rb
|
|
1114
|
+
- spec/models/release_spec.rb
|
|
1157
1115
|
- spec/models/translations_review_parameters_spec.rb
|
|
1116
|
+
- spec/models/affected_count_spec.rb
|
|
1117
|
+
- spec/models/job_template_locales_create_parameters_spec.rb
|
|
1118
|
+
- spec/models/comment_reaction_spec.rb
|
|
1119
|
+
- spec/models/locale_user_preview_spec.rb
|
|
1120
|
+
- spec/models/glossary_term_translation_update_parameters_spec.rb
|
|
1121
|
+
- spec/models/job_keys_create_parameters_spec.rb
|
|
1158
1122
|
- spec/models/space_create_parameters_spec.rb
|
|
1159
|
-
- spec/models/
|
|
1160
|
-
- spec/models/
|
|
1123
|
+
- spec/models/translations_verify_parameters_spec.rb
|
|
1124
|
+
- spec/models/organization_job_template_locale_update_parameters_spec.rb
|
|
1125
|
+
- spec/models/order_create_parameters_spec.rb
|
|
1126
|
+
- spec/models/spaces_projects_create_parameters_spec.rb
|
|
1127
|
+
- spec/models/translation_key_details_spec.rb
|
|
1128
|
+
- spec/models/distribution_spec.rb
|
|
1129
|
+
- spec/models/tag_with_stats1_statistics1_spec.rb
|
|
1130
|
+
- spec/models/custom_metadata_data_type_spec.rb
|
|
1131
|
+
- spec/models/glossary_term_spec.rb
|
|
1132
|
+
- spec/models/keys_include_parameters_spec.rb
|
|
1133
|
+
- spec/models/current_user_spec.rb
|
|
1134
|
+
- spec/models/authorization_create_parameters_spec.rb
|
|
1135
|
+
- spec/models/projects_quality_performance_score200_response_any_of_spec.rb
|
|
1136
|
+
- spec/models/screenshot_marker_spec.rb
|
|
1137
|
+
- spec/models/translation_review_parameters_spec.rb
|
|
1161
1138
|
- spec/models/user_spec.rb
|
|
1162
|
-
- spec/models/
|
|
1163
|
-
- spec/models/
|
|
1164
|
-
- spec/models/
|
|
1165
|
-
- spec/models/
|
|
1166
|
-
- spec/models/
|
|
1167
|
-
- spec/models/
|
|
1168
|
-
- spec/models/
|
|
1139
|
+
- spec/models/organization_job_template_update_parameters_spec.rb
|
|
1140
|
+
- spec/models/order_confirm_parameters_spec.rb
|
|
1141
|
+
- spec/models/keys_search_parameters_spec.rb
|
|
1142
|
+
- spec/models/project_details_spec.rb
|
|
1143
|
+
- spec/models/gitlab_sync_export_spec.rb
|
|
1144
|
+
- spec/models/key_links_index400_response_spec.rb
|
|
1145
|
+
- spec/models/projects_quality_performance_score200_response_any_of_data_spec.rb
|
|
1146
|
+
- spec/models/invitation_update_parameters_spec.rb
|
|
1169
1147
|
- spec/models/invitation_create_parameters_spec.rb
|
|
1170
|
-
- spec/models/
|
|
1171
|
-
- spec/models/gitlab_sync_export_parameters_spec.rb
|
|
1172
|
-
- spec/models/projects_quality_performance_score200_response_any_of_spec.rb
|
|
1173
|
-
- spec/models/team_update_parameters_spec.rb
|
|
1174
|
-
- spec/models/job_locale_complete_review_parameters_spec.rb
|
|
1175
|
-
- spec/models/comment_mark_read_parameters_spec.rb
|
|
1176
|
-
- spec/models/projects_quality_performance_score200_response_any_of_data_translations_inner_spec.rb
|
|
1177
|
-
- spec/models/format_spec.rb
|
|
1148
|
+
- spec/models/team_short_spec.rb
|
|
1178
1149
|
- spec/models/release_create_parameters_spec.rb
|
|
1150
|
+
- spec/models/locale_details_spec.rb
|
|
1151
|
+
- spec/models/notification_group_spec.rb
|
|
1152
|
+
- spec/models/tag_with_stats1_statistics_spec.rb
|
|
1153
|
+
- spec/models/project_report_spec.rb
|
|
1154
|
+
- spec/models/member_update_parameters_spec.rb
|
|
1155
|
+
- spec/models/glossary_update_parameters_spec.rb
|
|
1156
|
+
- spec/models/branch_create_parameters_spec.rb
|
|
1157
|
+
- spec/models/branch_merge_parameters_spec.rb
|
|
1158
|
+
- spec/models/comment_spec.rb
|
|
1159
|
+
- spec/models/figma_attachment_update_parameters_spec.rb
|
|
1160
|
+
- spec/models/organization_job_template_locales_create_parameters_spec.rb
|
|
1161
|
+
- spec/models/gitlab_sync_history_spec.rb
|
|
1162
|
+
- spec/models/translation_spec.rb
|
|
1163
|
+
- spec/models/team_update_parameters_spec.rb
|
|
1164
|
+
- spec/models/job_comment_update_parameters_spec.rb
|
|
1179
1165
|
- spec/models/team_spec.rb
|
|
1166
|
+
- spec/models/glossary_spec.rb
|
|
1167
|
+
- spec/models/release_update_parameters_spec.rb
|
|
1168
|
+
- spec/models/format_spec.rb
|
|
1169
|
+
- spec/models/job_template_locale_update_parameters_spec.rb
|
|
1170
|
+
- spec/models/translation_parent_spec.rb
|
|
1171
|
+
- spec/models/translations_unverify_parameters_spec.rb
|
|
1172
|
+
- spec/models/bitbucket_sync_export_parameters_spec.rb
|
|
1173
|
+
- spec/models/screenshot_update_parameters_spec.rb
|
|
1174
|
+
- spec/models/job_template_preview_spec.rb
|
|
1175
|
+
- spec/models/document_spec.rb
|
|
1180
1176
|
- spec/models/translation_details_spec.rb
|
|
1177
|
+
- spec/models/styleguide_update_parameters_spec.rb
|
|
1178
|
+
- spec/models/error_error_spec.rb
|
|
1179
|
+
- spec/models/job_template_spec.rb
|
|
1180
|
+
- spec/models/github_sync_import_parameters_spec.rb
|
|
1181
|
+
- spec/models/job_template_locales_spec.rb
|
|
1182
|
+
- spec/models/project_spec.rb
|
|
1183
|
+
- spec/models/gitlab_sync_history_errors_inner_spec.rb
|
|
1184
|
+
- spec/models/notification_group_detail_spec.rb
|
|
1185
|
+
- spec/models/team_create_parameters_spec.rb
|
|
1186
|
+
- spec/models/tag_spec.rb
|
|
1187
|
+
- spec/models/locale_team_preview_spec.rb
|
|
1188
|
+
- spec/models/variable_spec.rb
|
|
1189
|
+
- spec/models/figma_attachment_create_parameters_spec.rb
|
|
1190
|
+
- spec/models/organization_job_template_create_parameters_spec.rb
|
|
1191
|
+
- spec/models/invitation_update_settings_parameters_spec.rb
|
|
1192
|
+
- spec/models/locale_spec.rb
|
|
1193
|
+
- spec/models/comment_mark_read_parameters_spec.rb
|
|
1194
|
+
- spec/models/translations_include_parameters_spec.rb
|
|
1195
|
+
- spec/models/space_update_parameters_spec.rb
|
|
1196
|
+
- spec/models/repo_sync_spec.rb
|
|
1197
|
+
- spec/models/search_in_account_parameters_spec.rb
|
|
1198
|
+
- spec/models/translation_unverify_parameters_spec.rb
|
|
1199
|
+
- spec/models/user_preview_spec.rb
|
|
1200
|
+
- spec/models/screenshot_marker_create_parameters_spec.rb
|
|
1201
|
+
- spec/models/screenshot_spec.rb
|
|
1202
|
+
- spec/models/glossary_term_update_parameters_spec.rb
|
|
1203
|
+
- spec/models/glossary_term_translation_spec.rb
|
|
1204
|
+
- spec/models/github_sync_export_parameters_spec.rb
|
|
1205
|
+
- spec/models/webhook_create_parameters_spec.rb
|
|
1206
|
+
- spec/models/styleguide_create_parameters_spec.rb
|
|
1207
|
+
- spec/models/job_locales_create_parameters_spec.rb
|
|
1208
|
+
- spec/models/repo_sync_export_spec.rb
|
|
1209
|
+
- spec/models/job_update_parameters_spec.rb
|
|
1210
|
+
- spec/models/authorization_spec.rb
|
|
1211
|
+
- spec/models/projects_quality_performance_score200_response_spec.rb
|
|
1212
|
+
- spec/models/custom_metadata_property_create422_response_errors_inner_spec.rb
|
|
1213
|
+
- spec/models/keys_exclude_parameters_spec.rb
|
|
1214
|
+
- spec/models/job_template_create_parameters_spec.rb
|
|
1215
|
+
- spec/models/key_links_batch_destroy_parameters_spec.rb
|
|
1181
1216
|
- spec/models/job_spec.rb
|
|
1182
|
-
- spec/models/
|
|
1183
|
-
- spec/models/
|
|
1184
|
-
- spec/models/
|
|
1185
|
-
- spec/models/
|
|
1186
|
-
- spec/models/translation_key_spec.rb
|
|
1187
|
-
- spec/models/gitlab_sync_export_spec.rb
|
|
1217
|
+
- spec/models/space1_spec.rb
|
|
1218
|
+
- spec/models/branch_update_parameters_spec.rb
|
|
1219
|
+
- spec/models/job_complete_parameters_spec.rb
|
|
1220
|
+
- spec/models/locale_create_parameters_spec.rb
|
|
1188
1221
|
- spec/models/job_reopen_parameters_spec.rb
|
|
1189
|
-
- spec/models/branch_spec.rb
|
|
1190
|
-
- spec/models/blacklisted_key_update_parameters_spec.rb
|
|
1191
|
-
- spec/models/glossary_term_update_parameters_spec.rb
|
|
1192
|
-
- spec/models/webhook_delivery_spec.rb
|
|
1193
|
-
- spec/models/project_short_spec.rb
|
|
1194
1222
|
- spec/models/account_details_spec.rb
|
|
1195
|
-
- spec/models/
|
|
1196
|
-
- spec/models/
|
|
1197
|
-
- spec/models/
|
|
1198
|
-
- spec/models/organization_job_template_details_spec.rb
|
|
1199
|
-
- spec/models/tag_with_stats1_statistics1_spec.rb
|
|
1200
|
-
- spec/models/custom_metadata_properties_create_parameters_spec.rb
|
|
1201
|
-
- spec/models/gitlab_sync_spec.rb
|
|
1202
|
-
- spec/models/job_comment_update_parameters_spec.rb
|
|
1203
|
-
- spec/models/tag_with_stats1_statistics_spec.rb
|
|
1204
|
-
- spec/models/branch_update_parameters_spec.rb
|
|
1205
|
-
- spec/models/github_sync_import_parameters_spec.rb
|
|
1206
|
-
- spec/models/teams_users_create_parameters_spec.rb
|
|
1207
|
-
- spec/models/distribution_update_parameters_spec.rb
|
|
1208
|
-
- spec/models/styleguide_create_parameters_spec.rb
|
|
1209
|
-
- spec/models/gitlab_sync_history_spec.rb
|
|
1210
|
-
- spec/models/order_confirm_parameters_spec.rb
|
|
1211
|
-
- spec/models/branch_merge_parameters_spec.rb
|
|
1212
|
-
- spec/models/webhook_update_parameters_spec.rb
|
|
1213
|
-
- spec/models/release_update_parameters_spec.rb
|
|
1214
|
-
- spec/models/key_link_spec.rb
|
|
1215
|
-
- spec/models/glossary_term_translation_create_parameters_spec.rb
|
|
1216
|
-
- spec/models/job_keys_create_parameters_spec.rb
|
|
1217
|
-
- spec/models/translations_include_parameters_spec.rb
|
|
1218
|
-
- spec/models/translation_verify_parameters_spec.rb
|
|
1219
|
-
- spec/models/error_spec.rb
|
|
1220
|
-
- spec/models/organization_job_template_locales_create_parameters_spec.rb
|
|
1221
|
-
- spec/models/styleguide_details_spec.rb
|
|
1222
|
-
- spec/models/styleguide_spec.rb
|
|
1223
|
+
- spec/models/space_spec.rb
|
|
1224
|
+
- spec/models/translation_version_spec.rb
|
|
1225
|
+
- spec/models/job_comment_create_parameters_spec.rb
|
|
1223
1226
|
- spec/models/job_locale_reopen_parameters_spec.rb
|
|
1224
|
-
- spec/models/translation_order_spec.rb
|
|
1225
|
-
- spec/models/comments_list_parameters_spec.rb
|
|
1226
1227
|
- spec/models/icu_spec.rb
|
|
1227
|
-
- spec/models/
|
|
1228
|
-
- spec/models/projects_quality_performance_score200_response_any_of_data_spec.rb
|
|
1228
|
+
- spec/models/tag_with_stats_spec.rb
|
|
1229
1229
|
- spec/spec_helper.rb
|