phrase 4.16.1 → 4.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +139 -123
- data/README.md +8 -3
- data/docs/KeyCreateParameters.md +1 -1
- data/docs/KeyUpdateParameters.md +1 -1
- data/docs/LocaleDownloadCreateParameters.md +2 -2
- data/docs/LocalePreview1.md +1 -3
- data/docs/ProjectCreateParameters.md +1 -1
- data/docs/ProjectUpdateParameters.md +1 -1
- data/docs/RepoSyncExportParameters.md +17 -0
- data/docs/RepoSyncImportParameters.md +17 -0
- data/docs/RepoSyncsApi.md +10 -4
- data/docs/ScreenshotUpdateParameters.md +1 -1
- data/docs/UploadBatch.md +29 -0
- data/docs/UploadBatchesApi.md +72 -0
- data/docs/UploadBatchesCreateParameters.md +21 -0
- data/docs/VersionsHistoryApi.md +5 -3
- data/lib/phrase/api/repo_syncs_api.rb +13 -2
- data/lib/phrase/api/upload_batches_api.rb +84 -0
- data/lib/phrase/api/versions_history_api.rb +6 -3
- data/lib/phrase/configuration.rb +5 -1
- data/lib/phrase/models/locale_download_create_parameters.rb +1 -1
- data/lib/phrase/models/locale_preview1.rb +4 -13
- data/lib/phrase/models/repo_sync_export_parameters.rb +197 -0
- data/lib/phrase/models/repo_sync_import_parameters.rb +197 -0
- data/lib/phrase/models/upload_batch.rb +288 -0
- data/lib/phrase/models/upload_batches_create_parameters.rb +224 -0
- data/lib/phrase/version.rb +1 -1
- data/lib/phrase.rb +5 -0
- data/spec/api/repo_syncs_api_spec.rb +3 -0
- data/spec/api/upload_batches_api_spec.rb +37 -0
- data/spec/api/versions_history_api_spec.rb +2 -1
- data/spec/models/locale_preview1_spec.rb +0 -6
- data/spec/models/repo_sync_export_parameters_spec.rb +29 -0
- data/spec/models/repo_sync_import_parameters_spec.rb +29 -0
- data/spec/models/upload_batch_spec.rb +69 -0
- data/spec/models/upload_batches_create_parameters_spec.rb +41 -0
- metadata +258 -238
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08077d46ce75e5473b235035e6a39605824a5ee455edd4f4d21dbbef92e96d23'
|
|
4
|
+
data.tar.gz: 228ec9995b234a3c29c0e3efa78c8a522a3a670c968cb0116f3170c7e6031fdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22d1542116e134c0537d99e006858f71111de1a343e9a48347e98df258be6ba0a064a418eecde0b4fa6b2c4ca718112e8d6e0dfbd8530bb968d3e3fcabb0fd0b
|
|
7
|
+
data.tar.gz: b157be4058377c078a68fcfae6c7b14002c7ee8c2e5551f107d1f277594dc84d19c31d2e20503499dfc62212a776a8f8aae2ca6188e1519cd4c9a72f1098927f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.17.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.16.1...ruby-v4.17.0) (2026-03-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **API:** Accept branch param in RepoSyncs#import ([#1035](https://github.com/phrase/strings-openapi/issues/1035)) ([fdfd542](https://github.com/phrase/strings-openapi/commit/fdfd54203510f94d546d771e1eeb6f4cc40f9b06))
|
|
9
|
+
* **API:** Add only_content_updates on translations versions ([#977](https://github.com/phrase/strings-openapi/issues/977)) ([57df730](https://github.com/phrase/strings-openapi/commit/57df730023ee736307b619e366bf9c87d9fe0db2))
|
|
10
|
+
* **API:** add pr_branch param to repo-sync export #SCD-594 ([#978](https://github.com/phrase/strings-openapi/issues/978)) ([7c3c19f](https://github.com/phrase/strings-openapi/commit/7c3c19fa6b7254315ce48a1ad420b97d529dbd9a))
|
|
11
|
+
* **API:** creating upload batches #SCD-687 ([#1022](https://github.com/phrase/strings-openapi/issues/1022)) ([83f5a41](https://github.com/phrase/strings-openapi/commit/83f5a411f1ebc63d26cdce0729093aa517d79b62))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* Add repo url to package.json to fix npm publish ([#1058](https://github.com/phrase/strings-openapi/issues/1058)) ([f021f13](https://github.com/phrase/strings-openapi/commit/f021f1305d1f203033a520e8b7e2f92da00b2fd2))
|
|
17
|
+
* remove project from account locales ([#1025](https://github.com/phrase/strings-openapi/issues/1025)) ([06b780f](https://github.com/phrase/strings-openapi/commit/06b780f91d2fe22a22ec821aa18968ed3b50510a))
|
|
18
|
+
|
|
3
19
|
## [4.16.1](https://github.com/phrase/strings-openapi/compare/ruby-v4.16.0...ruby-v4.16.1) (2026-01-16)
|
|
4
20
|
|
|
5
21
|
|
|
@@ -7,399 +23,399 @@
|
|
|
7
23
|
|
|
8
24
|
* **API:** Add linked_translation to translation type ([#1005](https://github.com/phrase/strings-openapi/issues/1005)) ([b18e64c](https://github.com/phrase/strings-openapi/commit/b18e64c948d40a9e5f996e8fdf6dee07d1812b02))
|
|
9
25
|
|
|
10
|
-
## [4.16.0](https://github.com/phrase/openapi/compare/ruby-v4.15.0...ruby-v4.16.0) (2026-01-09)
|
|
26
|
+
## [4.16.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.15.0...ruby-v4.16.0) (2026-01-09)
|
|
11
27
|
|
|
12
28
|
|
|
13
29
|
### Features
|
|
14
30
|
|
|
15
|
-
* **API:** Add missing project flags to project details schema #SCD-141 ([#993](https://github.com/phrase/openapi/issues/993)) ([93fbdd7](https://github.com/phrase/openapi/commit/93fbdd76150ed94374ef888ac92c0c9b626de7c8))
|
|
31
|
+
* **API:** Add missing project flags to project details schema #SCD-141 ([#993](https://github.com/phrase/strings-openapi/issues/993)) ([93fbdd7](https://github.com/phrase/strings-openapi/commit/93fbdd76150ed94374ef888ac92c0c9b626de7c8))
|
|
16
32
|
|
|
17
33
|
|
|
18
34
|
### Bug Fixes
|
|
19
35
|
|
|
20
|
-
* **API:** drop invalid account locale params ([#992](https://github.com/phrase/openapi/issues/992)) ([87af83c](https://github.com/phrase/openapi/commit/87af83c94fd7e47340b5393847e93a31127abbe8))
|
|
36
|
+
* **API:** drop invalid account locale params ([#992](https://github.com/phrase/strings-openapi/issues/992)) ([87af83c](https://github.com/phrase/strings-openapi/commit/87af83c94fd7e47340b5393847e93a31127abbe8))
|
|
21
37
|
|
|
22
|
-
## [4.15.0](https://github.com/phrase/openapi/compare/ruby-v4.14.1...ruby-v4.15.0) (2025-12-11)
|
|
38
|
+
## [4.15.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.14.1...ruby-v4.15.0) (2025-12-11)
|
|
23
39
|
|
|
24
40
|
|
|
25
41
|
### Features
|
|
26
42
|
|
|
27
|
-
* **API:** Add create comparison endpoint for branches [SCD-549] ([#966](https://github.com/phrase/openapi/issues/966)) ([4099e32](https://github.com/phrase/openapi/commit/4099e32d42744f9d73346077ef30b0f4bd5c849e))
|
|
28
|
-
* **API:** add manual triggering of automations #SCM-953 ([#968](https://github.com/phrase/openapi/issues/968)) ([ebe1c68](https://github.com/phrase/openapi/commit/ebe1c68e472d87ea6c6cd2f76bb421406c30a274))
|
|
29
|
-
* **API:** add use_locale_fallback option to download #SCD-620 ([#976](https://github.com/phrase/openapi/issues/976)) ([9266c68](https://github.com/phrase/openapi/commit/9266c680d8717bb736aed83625858f0b3419da54))
|
|
43
|
+
* **API:** Add create comparison endpoint for branches [SCD-549] ([#966](https://github.com/phrase/strings-openapi/issues/966)) ([4099e32](https://github.com/phrase/strings-openapi/commit/4099e32d42744f9d73346077ef30b0f4bd5c849e))
|
|
44
|
+
* **API:** add manual triggering of automations #SCM-953 ([#968](https://github.com/phrase/strings-openapi/issues/968)) ([ebe1c68](https://github.com/phrase/strings-openapi/commit/ebe1c68e472d87ea6c6cd2f76bb421406c30a274))
|
|
45
|
+
* **API:** add use_locale_fallback option to download #SCD-620 ([#976](https://github.com/phrase/strings-openapi/issues/976)) ([9266c68](https://github.com/phrase/strings-openapi/commit/9266c680d8717bb736aed83625858f0b3419da54))
|
|
30
46
|
|
|
31
|
-
## [4.14.1](https://github.com/phrase/openapi/compare/ruby-v4.14.0...ruby-v4.14.1) (2025-11-10)
|
|
47
|
+
## [4.14.1](https://github.com/phrase/strings-openapi/compare/ruby-v4.14.0...ruby-v4.14.1) (2025-11-10)
|
|
32
48
|
|
|
33
49
|
|
|
34
50
|
### Bug Fixes
|
|
35
51
|
|
|
36
|
-
* **API:** Add omit_translation_keys to Jobs#show endpoint ([#957](https://github.com/phrase/openapi/issues/957)) ([23ece66](https://github.com/phrase/openapi/commit/23ece66b05fc748a4598ce876cb2954ed1a385cc))
|
|
52
|
+
* **API:** Add omit_translation_keys to Jobs#show endpoint ([#957](https://github.com/phrase/strings-openapi/issues/957)) ([23ece66](https://github.com/phrase/strings-openapi/commit/23ece66b05fc748a4598ce876cb2954ed1a385cc))
|
|
37
53
|
|
|
38
|
-
## [4.14.0](https://github.com/phrase/openapi/compare/ruby-v4.13.0...ruby-v4.14.0) (2025-10-27)
|
|
54
|
+
## [4.14.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.13.0...ruby-v4.14.0) (2025-10-27)
|
|
39
55
|
|
|
40
56
|
|
|
41
57
|
### Features
|
|
42
58
|
|
|
43
|
-
* **API:** Support omit_translation_keys param in Jobs#show ([#944](https://github.com/phrase/openapi/issues/944)) ([690a2ce](https://github.com/phrase/openapi/commit/690a2ce992359e7920367699145d2d4ff3a206fa))
|
|
59
|
+
* **API:** Support omit_translation_keys param in Jobs#show ([#944](https://github.com/phrase/strings-openapi/issues/944)) ([690a2ce](https://github.com/phrase/strings-openapi/commit/690a2ce992359e7920367699145d2d4ff3a206fa))
|
|
44
60
|
|
|
45
|
-
## [4.13.0](https://github.com/phrase/openapi/compare/ruby-v4.12.0...ruby-v4.13.0) (2025-10-23)
|
|
61
|
+
## [4.13.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.12.0...ruby-v4.13.0) (2025-10-23)
|
|
46
62
|
|
|
47
63
|
|
|
48
64
|
### Features
|
|
49
65
|
|
|
50
|
-
* **API:** Support source_locale_id param in uploads ([#935](https://github.com/phrase/openapi/issues/935)) ([304a406](https://github.com/phrase/openapi/commit/304a4061aaac8001a3a9e10c5cf985b04c31dab2))
|
|
66
|
+
* **API:** Support source_locale_id param in uploads ([#935](https://github.com/phrase/strings-openapi/issues/935)) ([304a406](https://github.com/phrase/strings-openapi/commit/304a4061aaac8001a3a9e10c5cf985b04c31dab2))
|
|
51
67
|
|
|
52
|
-
## [4.12.0](https://github.com/phrase/openapi/compare/ruby-v4.11.0...ruby-v4.12.0) (2025-10-16)
|
|
68
|
+
## [4.12.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.11.0...ruby-v4.12.0) (2025-10-16)
|
|
53
69
|
|
|
54
70
|
|
|
55
71
|
### Features
|
|
56
72
|
|
|
57
|
-
* List child branches ([#926](https://github.com/phrase/openapi/issues/926)) ([31d3b57](https://github.com/phrase/openapi/commit/31d3b57e0d1381149409b77c3e236b226cde22a1))
|
|
73
|
+
* List child branches ([#926](https://github.com/phrase/strings-openapi/issues/926)) ([31d3b57](https://github.com/phrase/strings-openapi/commit/31d3b57e0d1381149409b77c3e236b226cde22a1))
|
|
58
74
|
|
|
59
|
-
## [4.11.0](https://github.com/phrase/openapi/compare/ruby-v4.10.0...ruby-v4.11.0) (2025-10-01)
|
|
75
|
+
## [4.11.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.10.0...ruby-v4.11.0) (2025-10-01)
|
|
60
76
|
|
|
61
77
|
|
|
62
78
|
### Features
|
|
63
79
|
|
|
64
|
-
* add branch sync endpoint ([#912](https://github.com/phrase/openapi/issues/912)) ([3293917](https://github.com/phrase/openapi/commit/329391757b3f81574448b1b87506b85bfdeb6761))
|
|
80
|
+
* add branch sync endpoint ([#912](https://github.com/phrase/strings-openapi/issues/912)) ([3293917](https://github.com/phrase/strings-openapi/commit/329391757b3f81574448b1b87506b85bfdeb6761))
|
|
65
81
|
|
|
66
|
-
## [4.10.0](https://github.com/phrase/openapi/compare/ruby-v4.9.0...ruby-v4.10.0) (2025-09-30)
|
|
82
|
+
## [4.10.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.9.0...ruby-v4.10.0) (2025-09-30)
|
|
67
83
|
|
|
68
84
|
|
|
69
85
|
### Features
|
|
70
86
|
|
|
71
|
-
* **API:** Add "reviewed" param for tanslations#update ([#891](https://github.com/phrase/openapi/issues/891)) ([3f77286](https://github.com/phrase/openapi/commit/3f7728669fa68d5911dfca39a9e39c24cd20c0a4))
|
|
72
|
-
* **SCM-732:** expose Automation API ([#910](https://github.com/phrase/openapi/issues/910)) ([6eea53d](https://github.com/phrase/openapi/commit/6eea53d06aca8f43623ba90e2e0a8cd6761c9a13))
|
|
87
|
+
* **API:** Add "reviewed" param for tanslations#update ([#891](https://github.com/phrase/strings-openapi/issues/891)) ([3f77286](https://github.com/phrase/strings-openapi/commit/3f7728669fa68d5911dfca39a9e39c24cd20c0a4))
|
|
88
|
+
* **SCM-732:** expose Automation API ([#910](https://github.com/phrase/strings-openapi/issues/910)) ([6eea53d](https://github.com/phrase/strings-openapi/commit/6eea53d06aca8f43623ba90e2e0a8cd6761c9a13))
|
|
73
89
|
|
|
74
|
-
## [4.9.0](https://github.com/phrase/openapi/compare/ruby-v4.8.0...ruby-v4.9.0) (2025-08-01)
|
|
90
|
+
## [4.9.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.8.0...ruby-v4.9.0) (2025-08-01)
|
|
75
91
|
|
|
76
92
|
|
|
77
93
|
### Features
|
|
78
94
|
|
|
79
|
-
* **API:** Add support for `update_custom_metadata` option on upload ([#882](https://github.com/phrase/openapi/issues/882)) ([5b486ea](https://github.com/phrase/openapi/commit/5b486eabf30c84402a8e31911a5ba6fe3b343a89))
|
|
95
|
+
* **API:** Add support for `update_custom_metadata` option on upload ([#882](https://github.com/phrase/strings-openapi/issues/882)) ([5b486ea](https://github.com/phrase/strings-openapi/commit/5b486eabf30c84402a8e31911a5ba6fe3b343a89))
|
|
80
96
|
|
|
81
|
-
## [4.8.0](https://github.com/phrase/openapi/compare/ruby-v4.7.0...ruby-v4.8.0) (2025-07-23)
|
|
97
|
+
## [4.8.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.7.0...ruby-v4.8.0) (2025-07-23)
|
|
82
98
|
|
|
83
99
|
|
|
84
100
|
### Features
|
|
85
101
|
|
|
86
|
-
* **API:** Job and job locale annotations #SCD-145 ([#867](https://github.com/phrase/openapi/issues/867)) ([95b6c2a](https://github.com/phrase/openapi/commit/95b6c2a2ab798d01f9bc0d53a22dbf817a5eb0ee))
|
|
102
|
+
* **API:** Job and job locale annotations #SCD-145 ([#867](https://github.com/phrase/strings-openapi/issues/867)) ([95b6c2a](https://github.com/phrase/strings-openapi/commit/95b6c2a2ab798d01f9bc0d53a22dbf817a5eb0ee))
|
|
87
103
|
|
|
88
|
-
## [4.7.0](https://github.com/phrase/openapi/compare/ruby-v4.6.0...ruby-v4.7.0) (2025-07-18)
|
|
104
|
+
## [4.7.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.6.0...ruby-v4.7.0) (2025-07-18)
|
|
89
105
|
|
|
90
106
|
|
|
91
107
|
### Features
|
|
92
108
|
|
|
93
|
-
* **API:** add updated_since param for downloads ([#858](https://github.com/phrase/openapi/issues/858)) ([db4196b](https://github.com/phrase/openapi/commit/db4196bfb1a45f628577bebb99aad7da1179c241))
|
|
94
|
-
* **API:** Add use_ordinal_rules attribute to request body for create/update Keys endpoints ([#868](https://github.com/phrase/openapi/issues/868)) ([29410b5](https://github.com/phrase/openapi/commit/29410b5d4edee9645f449d2d7de53fb953c1f0c2))
|
|
95
|
-
* **API:** Add use_ordinal_rules boolean [STRINGS-2273] ([#846](https://github.com/phrase/openapi/issues/846)) ([450ce0c](https://github.com/phrase/openapi/commit/450ce0cce6bb2064758c44b130b39dd5539c2681))
|
|
109
|
+
* **API:** add updated_since param for downloads ([#858](https://github.com/phrase/strings-openapi/issues/858)) ([db4196b](https://github.com/phrase/strings-openapi/commit/db4196bfb1a45f628577bebb99aad7da1179c241))
|
|
110
|
+
* **API:** Add use_ordinal_rules attribute to request body for create/update Keys endpoints ([#868](https://github.com/phrase/strings-openapi/issues/868)) ([29410b5](https://github.com/phrase/strings-openapi/commit/29410b5d4edee9645f449d2d7de53fb953c1f0c2))
|
|
111
|
+
* **API:** Add use_ordinal_rules boolean [STRINGS-2273] ([#846](https://github.com/phrase/strings-openapi/issues/846)) ([450ce0c](https://github.com/phrase/strings-openapi/commit/450ce0cce6bb2064758c44b130b39dd5539c2681))
|
|
96
112
|
|
|
97
|
-
## [4.6.0](https://github.com/phrase/openapi/compare/ruby-v4.5.0...ruby-v4.6.0) (2025-05-23)
|
|
113
|
+
## [4.6.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.5.0...ruby-v4.6.0) (2025-05-23)
|
|
98
114
|
|
|
99
115
|
|
|
100
116
|
### Features
|
|
101
117
|
|
|
102
|
-
* **API:** Add omit_statistics param to tags#show ([#834](https://github.com/phrase/openapi/issues/834)) ([2058b18](https://github.com/phrase/openapi/commit/2058b18297133075885ac99770aee2e171811cd6))
|
|
118
|
+
* **API:** Add omit_statistics param to tags#show ([#834](https://github.com/phrase/strings-openapi/issues/834)) ([2058b18](https://github.com/phrase/strings-openapi/commit/2058b18297133075885ac99770aee2e171811cd6))
|
|
103
119
|
|
|
104
|
-
## [4.5.0](https://github.com/phrase/openapi/compare/ruby-v4.4.0...ruby-v4.5.0) (2025-05-16)
|
|
120
|
+
## [4.5.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.4.0...ruby-v4.5.0) (2025-05-16)
|
|
105
121
|
|
|
106
122
|
|
|
107
123
|
### Features
|
|
108
124
|
|
|
109
|
-
* **API:** Add "verify_mentioned_translations" parameter to uploads ([#830](https://github.com/phrase/openapi/issues/830)) ([f2fdf60](https://github.com/phrase/openapi/commit/f2fdf60dd97c3908293cd457a765dafde603bd9b))
|
|
110
|
-
* **API:** Add processed & upload total translations on upload summary ([#824](https://github.com/phrase/openapi/issues/824)) ([081db68](https://github.com/phrase/openapi/commit/081db68d2ffcf5d66a81e07eec0a9572a1f9d633))
|
|
111
|
-
* **API:** Translations unreview & batch unreview ([#831](https://github.com/phrase/openapi/issues/831)) ([6a696db](https://github.com/phrase/openapi/commit/6a696db00d80d8acaf5887a08a7a97997566eb8f))
|
|
125
|
+
* **API:** Add "verify_mentioned_translations" parameter to uploads ([#830](https://github.com/phrase/strings-openapi/issues/830)) ([f2fdf60](https://github.com/phrase/strings-openapi/commit/f2fdf60dd97c3908293cd457a765dafde603bd9b))
|
|
126
|
+
* **API:** Add processed & upload total translations on upload summary ([#824](https://github.com/phrase/strings-openapi/issues/824)) ([081db68](https://github.com/phrase/strings-openapi/commit/081db68d2ffcf5d66a81e07eec0a9572a1f9d633))
|
|
127
|
+
* **API:** Translations unreview & batch unreview ([#831](https://github.com/phrase/strings-openapi/issues/831)) ([6a696db](https://github.com/phrase/strings-openapi/commit/6a696db00d80d8acaf5887a08a7a97997566eb8f))
|
|
112
128
|
|
|
113
129
|
|
|
114
130
|
### Bug Fixes
|
|
115
131
|
|
|
116
|
-
* **API:** Remove request body from GET comments ([#817](https://github.com/phrase/openapi/issues/817)) ([2646001](https://github.com/phrase/openapi/commit/264600132e80ac03983e0ae86e99db3d6fb9080d))
|
|
132
|
+
* **API:** Remove request body from GET comments ([#817](https://github.com/phrase/strings-openapi/issues/817)) ([2646001](https://github.com/phrase/strings-openapi/commit/264600132e80ac03983e0ae86e99db3d6fb9080d))
|
|
117
133
|
|
|
118
|
-
## [4.4.0](https://github.com/phrase/openapi/compare/ruby-v4.3.0...ruby-v4.4.0) (2025-03-04)
|
|
134
|
+
## [4.4.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.3.0...ruby-v4.4.0) (2025-03-04)
|
|
119
135
|
|
|
120
136
|
|
|
121
137
|
### Features
|
|
122
138
|
|
|
123
|
-
* **API:** Include roles in account response ([#811](https://github.com/phrase/openapi/issues/811)) ([dc27ee5](https://github.com/phrase/openapi/commit/dc27ee5117762222b6e1e6abb639f8e00c6a9101))
|
|
139
|
+
* **API:** Include roles in account response ([#811](https://github.com/phrase/strings-openapi/issues/811)) ([dc27ee5](https://github.com/phrase/strings-openapi/commit/dc27ee5117762222b6e1e6abb639f8e00c6a9101))
|
|
124
140
|
|
|
125
|
-
## [4.3.0](https://github.com/phrase/openapi/compare/ruby-v4.2.0...ruby-v4.3.0) (2025-02-21)
|
|
141
|
+
## [4.3.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.2.0...ruby-v4.3.0) (2025-02-21)
|
|
126
142
|
|
|
127
143
|
|
|
128
144
|
### Features
|
|
129
145
|
|
|
130
|
-
* **API:** add updated_since filter to job list #STRINGS-1555 ([#799](https://github.com/phrase/openapi/issues/799)) ([dc9b6ed](https://github.com/phrase/openapi/commit/dc9b6ed12e013231d397820449086c87fea2f8ba))
|
|
146
|
+
* **API:** add updated_since filter to job list #STRINGS-1555 ([#799](https://github.com/phrase/strings-openapi/issues/799)) ([dc9b6ed](https://github.com/phrase/strings-openapi/commit/dc9b6ed12e013231d397820449086c87fea2f8ba))
|
|
131
147
|
|
|
132
|
-
## [4.2.0](https://github.com/phrase/openapi/compare/ruby-v4.1.0...ruby-v4.2.0) (2025-02-17)
|
|
148
|
+
## [4.2.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.1.0...ruby-v4.2.0) (2025-02-17)
|
|
133
149
|
|
|
134
150
|
|
|
135
151
|
### Features
|
|
136
152
|
|
|
137
|
-
* **API:** document tags attribute of an upload #STRINGS-1221 ([#790](https://github.com/phrase/openapi/issues/790)) ([fff505b](https://github.com/phrase/openapi/commit/fff505bdff35a0033fee06e505c42fe794c88562))
|
|
153
|
+
* **API:** document tags attribute of an upload #STRINGS-1221 ([#790](https://github.com/phrase/strings-openapi/issues/790)) ([fff505b](https://github.com/phrase/strings-openapi/commit/fff505bdff35a0033fee06e505c42fe794c88562))
|
|
138
154
|
|
|
139
|
-
## [4.1.0](https://github.com/phrase/openapi/compare/ruby-v4.0.3...ruby-v4.1.0) (2025-02-17)
|
|
155
|
+
## [4.1.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.0.3...ruby-v4.1.0) (2025-02-17)
|
|
140
156
|
|
|
141
157
|
|
|
142
158
|
### Features
|
|
143
159
|
|
|
144
|
-
* **API:** Add locale_ids param to synchronous download endpoint [STRINGS-1492] ([#780](https://github.com/phrase/openapi/issues/780)) ([47186a4](https://github.com/phrase/openapi/commit/47186a44fc8c0b8e466636acf3d49413b1f29f30))
|
|
145
|
-
* **API:** Add source last updated at information on job details ([#777](https://github.com/phrase/openapi/issues/777)) ([c9b8423](https://github.com/phrase/openapi/commit/c9b8423766b4138980d0553502b3e18ca524f34e))
|
|
160
|
+
* **API:** Add locale_ids param to synchronous download endpoint [STRINGS-1492] ([#780](https://github.com/phrase/strings-openapi/issues/780)) ([47186a4](https://github.com/phrase/strings-openapi/commit/47186a44fc8c0b8e466636acf3d49413b1f29f30))
|
|
161
|
+
* **API:** Add source last updated at information on job details ([#777](https://github.com/phrase/strings-openapi/issues/777)) ([c9b8423](https://github.com/phrase/strings-openapi/commit/c9b8423766b4138980d0553502b3e18ca524f34e))
|
|
146
162
|
|
|
147
|
-
## [4.0.3](https://github.com/phrase/openapi/compare/ruby-v4.0.2...ruby-v4.0.3) (2025-01-29)
|
|
163
|
+
## [4.0.3](https://github.com/phrase/strings-openapi/compare/ruby-v4.0.2...ruby-v4.0.3) (2025-01-29)
|
|
148
164
|
|
|
149
165
|
|
|
150
166
|
### Bug Fixes
|
|
151
167
|
|
|
152
|
-
* **API:** pass translation_key_ids when removing keys from job ([#771](https://github.com/phrase/openapi/issues/771)) ([f670e27](https://github.com/phrase/openapi/commit/f670e2763b1112fefd1812109b3c09def42b7bd2))
|
|
168
|
+
* **API:** pass translation_key_ids when removing keys from job ([#771](https://github.com/phrase/strings-openapi/issues/771)) ([f670e27](https://github.com/phrase/strings-openapi/commit/f670e2763b1112fefd1812109b3c09def42b7bd2))
|
|
153
169
|
|
|
154
|
-
## [4.0.2](https://github.com/phrase/openapi/compare/ruby-v4.0.1...ruby-v4.0.2) (2025-01-06)
|
|
170
|
+
## [4.0.2](https://github.com/phrase/strings-openapi/compare/ruby-v4.0.1...ruby-v4.0.2) (2025-01-06)
|
|
155
171
|
|
|
156
172
|
|
|
157
173
|
### Bug Fixes
|
|
158
174
|
|
|
159
|
-
* **CLI:** Adjust operationId for quality_performance_score #STRINGS-1104 ([#721](https://github.com/phrase/openapi/issues/721)) ([7aa3b9b](https://github.com/phrase/openapi/commit/7aa3b9b508d1d24a4af7f4977b1a2fead8bfda78))
|
|
175
|
+
* **CLI:** Adjust operationId for quality_performance_score #STRINGS-1104 ([#721](https://github.com/phrase/strings-openapi/issues/721)) ([7aa3b9b](https://github.com/phrase/strings-openapi/commit/7aa3b9b508d1d24a4af7f4977b1a2fead8bfda78))
|
|
160
176
|
|
|
161
|
-
## [4.0.1](https://github.com/phrase/openapi/compare/ruby-v4.0.0...ruby-v4.0.1) (2024-12-20)
|
|
177
|
+
## [4.0.1](https://github.com/phrase/strings-openapi/compare/ruby-v4.0.0...ruby-v4.0.1) (2024-12-20)
|
|
162
178
|
|
|
163
179
|
|
|
164
180
|
### Bug Fixes
|
|
165
181
|
|
|
166
|
-
* **API:** Repo Sync Event errors field type #STRINGS-1074 ([#756](https://github.com/phrase/openapi/issues/756)) ([c7670e0](https://github.com/phrase/openapi/commit/c7670e04810f95359d72ba6346b5f626bfb77b6f))
|
|
167
|
-
* **API:** Repo Sync schema fixes #STRINGS-1074 ([#748](https://github.com/phrase/openapi/issues/748)) ([033be10](https://github.com/phrase/openapi/commit/033be1003fe01b5115de1f8ba2336d32b4862bfd))
|
|
182
|
+
* **API:** Repo Sync Event errors field type #STRINGS-1074 ([#756](https://github.com/phrase/strings-openapi/issues/756)) ([c7670e0](https://github.com/phrase/strings-openapi/commit/c7670e04810f95359d72ba6346b5f626bfb77b6f))
|
|
183
|
+
* **API:** Repo Sync schema fixes #STRINGS-1074 ([#748](https://github.com/phrase/strings-openapi/issues/748)) ([033be10](https://github.com/phrase/strings-openapi/commit/033be1003fe01b5115de1f8ba2336d32b4862bfd))
|
|
168
184
|
|
|
169
|
-
## [4.0.0](https://github.com/phrase/openapi/compare/ruby-v3.7.1...ruby-v4.0.0) (2024-12-18)
|
|
185
|
+
## [4.0.0](https://github.com/phrase/strings-openapi/compare/ruby-v3.7.1...ruby-v4.0.0) (2024-12-18)
|
|
170
186
|
|
|
171
187
|
|
|
172
188
|
### ⚠ BREAKING CHANGES
|
|
173
189
|
|
|
174
|
-
* Remove old Git sync endpoints. Replaced with new repo sync ([#735](https://github.com/phrase/openapi/issues/735))
|
|
190
|
+
* Remove old Git sync endpoints. Replaced with new repo sync ([#735](https://github.com/phrase/strings-openapi/issues/735))
|
|
175
191
|
|
|
176
192
|
### Features
|
|
177
193
|
|
|
178
|
-
* **API:** Add 'default_encoding' documentation ([#733](https://github.com/phrase/openapi/issues/733)) ([0139c51](https://github.com/phrase/openapi/commit/0139c51da747fbe7bc9929bcf3534aad7f22f39a))
|
|
179
|
-
* Remove old Git sync endpoints. Replaced with new repo sync ([#735](https://github.com/phrase/openapi/issues/735)) ([c3bd8ec](https://github.com/phrase/openapi/commit/c3bd8eccaabcfa1b1066ea4438971ac59833af46))
|
|
194
|
+
* **API:** Add 'default_encoding' documentation ([#733](https://github.com/phrase/strings-openapi/issues/733)) ([0139c51](https://github.com/phrase/strings-openapi/commit/0139c51da747fbe7bc9929bcf3534aad7f22f39a))
|
|
195
|
+
* Remove old Git sync endpoints. Replaced with new repo sync ([#735](https://github.com/phrase/strings-openapi/issues/735)) ([c3bd8ec](https://github.com/phrase/strings-openapi/commit/c3bd8eccaabcfa1b1066ea4438971ac59833af46))
|
|
180
196
|
|
|
181
|
-
## [3.7.1](https://github.com/phrase/openapi/compare/ruby-v3.7.0...ruby-v3.7.1) (2024-12-09)
|
|
197
|
+
## [3.7.1](https://github.com/phrase/strings-openapi/compare/ruby-v3.7.0...ruby-v3.7.1) (2024-12-09)
|
|
182
198
|
|
|
183
199
|
|
|
184
200
|
### Bug Fixes
|
|
185
201
|
|
|
186
|
-
* **API:** Add missing branch parameter to job comment endpoints #STRINGS-988 ([#724](https://github.com/phrase/openapi/issues/724)) ([64d399c](https://github.com/phrase/openapi/commit/64d399ced0980ac2a48366f91110047287a0c590))
|
|
202
|
+
* **API:** Add missing branch parameter to job comment endpoints #STRINGS-988 ([#724](https://github.com/phrase/strings-openapi/issues/724)) ([64d399c](https://github.com/phrase/strings-openapi/commit/64d399ced0980ac2a48366f91110047287a0c590))
|
|
187
203
|
|
|
188
|
-
## [3.7.0](https://github.com/phrase/openapi/compare/ruby-v3.6.0...ruby-v3.7.0) (2024-12-03)
|
|
204
|
+
## [3.7.0](https://github.com/phrase/strings-openapi/compare/ruby-v3.6.0...ruby-v3.7.0) (2024-12-03)
|
|
189
205
|
|
|
190
206
|
|
|
191
207
|
### Features
|
|
192
208
|
|
|
193
|
-
* **API:** Add Pagination header to POST search endpoints [[#457](https://github.com/phrase/openapi/issues/457)] ([#706](https://github.com/phrase/openapi/issues/706)) ([9a79fa3](https://github.com/phrase/openapi/commit/9a79fa31bb3b9d58272fa2f4e82d72d0d44a93a0))
|
|
194
|
-
* **API:** autotranslate param in key creation [STRINGS-786] ([#713](https://github.com/phrase/openapi/issues/713)) ([581d0ff](https://github.com/phrase/openapi/commit/581d0ff5f1d06757e5ddd9603b78fc8d435d68ee))
|
|
209
|
+
* **API:** Add Pagination header to POST search endpoints [[#457](https://github.com/phrase/strings-openapi/issues/457)] ([#706](https://github.com/phrase/strings-openapi/issues/706)) ([9a79fa3](https://github.com/phrase/strings-openapi/commit/9a79fa31bb3b9d58272fa2f4e82d72d0d44a93a0))
|
|
210
|
+
* **API:** autotranslate param in key creation [STRINGS-786] ([#713](https://github.com/phrase/strings-openapi/issues/713)) ([581d0ff](https://github.com/phrase/strings-openapi/commit/581d0ff5f1d06757e5ddd9603b78fc8d435d68ee))
|
|
195
211
|
|
|
196
212
|
|
|
197
213
|
### Bug Fixes
|
|
198
214
|
|
|
199
|
-
* **API:** Comment creation schema fix #STRINGS-866 ([#718](https://github.com/phrase/openapi/issues/718)) ([e201d13](https://github.com/phrase/openapi/commit/e201d1360c89698dd8d3642cc28f89dd0e50a1fb))
|
|
215
|
+
* **API:** Comment creation schema fix #STRINGS-866 ([#718](https://github.com/phrase/strings-openapi/issues/718)) ([e201d13](https://github.com/phrase/strings-openapi/commit/e201d1360c89698dd8d3642cc28f89dd0e50a1fb))
|
|
200
216
|
|
|
201
|
-
## [3.6.0](https://github.com/phrase/openapi/compare/ruby-v3.5.0...ruby-v3.6.0) (2024-10-02)
|
|
217
|
+
## [3.6.0](https://github.com/phrase/strings-openapi/compare/ruby-v3.5.0...ruby-v3.6.0) (2024-10-02)
|
|
202
218
|
|
|
203
219
|
|
|
204
220
|
### Features
|
|
205
221
|
|
|
206
|
-
* Add translation key prefixes for upload and download ([#687](https://github.com/phrase/openapi/issues/687)) ([9c9c959](https://github.com/phrase/openapi/commit/9c9c959830631bcac8beaf1de30ab31755ac1ee5))
|
|
222
|
+
* Add translation key prefixes for upload and download ([#687](https://github.com/phrase/strings-openapi/issues/687)) ([9c9c959](https://github.com/phrase/strings-openapi/commit/9c9c959830631bcac8beaf1de30ab31755ac1ee5))
|
|
207
223
|
|
|
208
224
|
|
|
209
225
|
### Bug Fixes
|
|
210
226
|
|
|
211
|
-
* **API:** Format list is not paginated and authenticated #STRINGS-458 ([#690](https://github.com/phrase/openapi/issues/690)) ([25e90f4](https://github.com/phrase/openapi/commit/25e90f46513e70cf328be80c36ae785cead05851))
|
|
227
|
+
* **API:** Format list is not paginated and authenticated #STRINGS-458 ([#690](https://github.com/phrase/strings-openapi/issues/690)) ([25e90f4](https://github.com/phrase/strings-openapi/commit/25e90f46513e70cf328be80c36ae785cead05851))
|
|
212
228
|
|
|
213
|
-
## [3.5.0](https://github.com/phrase/openapi/compare/ruby-v3.4.0...ruby-v3.5.0) (2024-09-09)
|
|
229
|
+
## [3.5.0](https://github.com/phrase/strings-openapi/compare/ruby-v3.4.0...ruby-v3.5.0) (2024-09-09)
|
|
214
230
|
|
|
215
231
|
|
|
216
232
|
### Features
|
|
217
233
|
|
|
218
|
-
* Add update_translations_on_source_match ([#670](https://github.com/phrase/openapi/issues/670)) ([11003ac](https://github.com/phrase/openapi/commit/11003ace7353bf99893482ca4aa32214abf3e581))
|
|
234
|
+
* Add update_translations_on_source_match ([#670](https://github.com/phrase/strings-openapi/issues/670)) ([11003ac](https://github.com/phrase/strings-openapi/commit/11003ace7353bf99893482ca4aa32214abf3e581))
|
|
219
235
|
|
|
220
|
-
## [3.4.0](https://github.com/phrase/openapi/compare/ruby-v3.3.0...ruby-v3.4.0) (2024-07-25)
|
|
236
|
+
## [3.4.0](https://github.com/phrase/strings-openapi/compare/ruby-v3.3.0...ruby-v3.4.0) (2024-07-25)
|
|
221
237
|
|
|
222
238
|
|
|
223
239
|
### Features
|
|
224
240
|
|
|
225
|
-
* **ruby:** Remove dependency version constraints ([#659](https://github.com/phrase/openapi/issues/659)) ([1cf052b](https://github.com/phrase/openapi/commit/1cf052b3d22642c41d0d43a35288ef4fc134ae08))
|
|
241
|
+
* **ruby:** Remove dependency version constraints ([#659](https://github.com/phrase/strings-openapi/issues/659)) ([1cf052b](https://github.com/phrase/strings-openapi/commit/1cf052b3d22642c41d0d43a35288ef4fc134ae08))
|
|
226
242
|
|
|
227
|
-
## [3.3.0](https://github.com/phrase/openapi/compare/ruby-v3.2.1...ruby-v3.3.0) (2024-07-02)
|
|
243
|
+
## [3.3.0](https://github.com/phrase/strings-openapi/compare/ruby-v3.2.1...ruby-v3.3.0) (2024-07-02)
|
|
228
244
|
|
|
229
245
|
|
|
230
246
|
### Features
|
|
231
247
|
|
|
232
|
-
* add repo sync events show endpoint ([#641](https://github.com/phrase/openapi/issues/641)) ([e1d9cfb](https://github.com/phrase/openapi/commit/e1d9cfb23e079fea2d9e5475dff9a4137f1f0154))
|
|
233
|
-
* **API:** Async downloads [TSI-2515] ([#642](https://github.com/phrase/openapi/issues/642)) ([6fcab5d](https://github.com/phrase/openapi/commit/6fcab5d4719f64e8e5dd49c327dc9348b384de4c))
|
|
248
|
+
* add repo sync events show endpoint ([#641](https://github.com/phrase/strings-openapi/issues/641)) ([e1d9cfb](https://github.com/phrase/strings-openapi/commit/e1d9cfb23e079fea2d9e5475dff9a4137f1f0154))
|
|
249
|
+
* **API:** Async downloads [TSI-2515] ([#642](https://github.com/phrase/strings-openapi/issues/642)) ([6fcab5d](https://github.com/phrase/strings-openapi/commit/6fcab5d4719f64e8e5dd49c327dc9348b384de4c))
|
|
234
250
|
|
|
235
|
-
## [3.2.1](https://github.com/phrase/openapi/compare/ruby-v3.2.0...ruby-v3.2.1) (2024-06-18)
|
|
251
|
+
## [3.2.1](https://github.com/phrase/strings-openapi/compare/ruby-v3.2.0...ruby-v3.2.1) (2024-06-18)
|
|
236
252
|
|
|
237
253
|
|
|
238
254
|
### Bug Fixes
|
|
239
255
|
|
|
240
|
-
* add app_min_version and app_max_version param to releases ([#633](https://github.com/phrase/openapi/issues/633)) ([b384301](https://github.com/phrase/openapi/commit/b3843012460ace4c1d34c4373e5158595466adcb))
|
|
256
|
+
* add app_min_version and app_max_version param to releases ([#633](https://github.com/phrase/strings-openapi/issues/633)) ([b384301](https://github.com/phrase/strings-openapi/commit/b3843012460ace4c1d34c4373e5158595466adcb))
|
|
241
257
|
|
|
242
|
-
## [3.2.0](https://github.com/phrase/openapi/compare/ruby-v3.1.1...ruby-v3.2.0) (2024-06-12)
|
|
258
|
+
## [3.2.0](https://github.com/phrase/strings-openapi/compare/ruby-v3.1.1...ruby-v3.2.0) (2024-06-12)
|
|
243
259
|
|
|
244
260
|
|
|
245
261
|
### Features
|
|
246
262
|
|
|
247
|
-
* **API:** Add OTA Release Triggers API [TSI-2485] ([#622](https://github.com/phrase/openapi/issues/622)) ([8cb91dc](https://github.com/phrase/openapi/commit/8cb91dcce2c19ca700cf9d0713fa74f28ad59434))
|
|
263
|
+
* **API:** Add OTA Release Triggers API [TSI-2485] ([#622](https://github.com/phrase/strings-openapi/issues/622)) ([8cb91dc](https://github.com/phrase/strings-openapi/commit/8cb91dcce2c19ca700cf9d0713fa74f28ad59434))
|
|
248
264
|
|
|
249
|
-
## [3.1.1](https://github.com/phrase/openapi/compare/ruby-v3.1.0...ruby-v3.1.1) (2024-05-31)
|
|
265
|
+
## [3.1.1](https://github.com/phrase/strings-openapi/compare/ruby-v3.1.0...ruby-v3.1.1) (2024-05-31)
|
|
250
266
|
|
|
251
267
|
|
|
252
268
|
### Bug Fixes
|
|
253
269
|
|
|
254
|
-
* **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))
|
|
255
|
-
* **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))
|
|
270
|
+
* **CLI:** use id instead of repo_sync_id as param ([#618](https://github.com/phrase/strings-openapi/issues/618)) ([7a1a0d9](https://github.com/phrase/strings-openapi/commit/7a1a0d9115262dc7fa3065ee7cc76bec7a381ddb))
|
|
271
|
+
* **PHP:** Fix deserializing custom metadata values in key response ([#607](https://github.com/phrase/strings-openapi/issues/607)) ([b6eeeba](https://github.com/phrase/strings-openapi/commit/b6eeeba223e3eabec268a8f3d372afcb6abd09dd))
|
|
256
272
|
|
|
257
|
-
## [3.1.0](https://github.com/phrase/openapi/compare/ruby-v3.0.0...ruby-v3.1.0) (2024-04-29)
|
|
273
|
+
## [3.1.0](https://github.com/phrase/strings-openapi/compare/ruby-v3.0.0...ruby-v3.1.0) (2024-04-29)
|
|
258
274
|
|
|
259
275
|
|
|
260
276
|
### Features
|
|
261
277
|
|
|
262
|
-
* **API:** Add 'update_translation_keys' for Uploads [TSI-2292] ([#578](https://github.com/phrase/openapi/issues/578)) ([4492ec0](https://github.com/phrase/openapi/commit/4492ec0a7c62f9de9ab1c1125071615bddcc26ce))
|
|
278
|
+
* **API:** Add 'update_translation_keys' for Uploads [TSI-2292] ([#578](https://github.com/phrase/strings-openapi/issues/578)) ([4492ec0](https://github.com/phrase/strings-openapi/commit/4492ec0a7c62f9de9ab1c1125071615bddcc26ce))
|
|
263
279
|
|
|
264
|
-
## [3.0.0](https://github.com/phrase/openapi/compare/ruby-v2.26.0...ruby-v3.0.0) (2024-04-23)
|
|
280
|
+
## [3.0.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.26.0...ruby-v3.0.0) (2024-04-23)
|
|
265
281
|
|
|
266
282
|
|
|
267
283
|
### ⚠ BREAKING CHANGES
|
|
268
284
|
|
|
269
|
-
* add missing required params ([#571](https://github.com/phrase/openapi/issues/571))
|
|
285
|
+
* add missing required params ([#571](https://github.com/phrase/strings-openapi/issues/571))
|
|
270
286
|
|
|
271
287
|
### Code Refactoring
|
|
272
288
|
|
|
273
|
-
* add missing required params ([#571](https://github.com/phrase/openapi/issues/571)) ([d810e9e](https://github.com/phrase/openapi/commit/d810e9ebc767e14ba9e56106de8c5774d9d6d178))
|
|
289
|
+
* add missing required params ([#571](https://github.com/phrase/strings-openapi/issues/571)) ([d810e9e](https://github.com/phrase/strings-openapi/commit/d810e9ebc767e14ba9e56106de8c5774d9d6d178))
|
|
274
290
|
|
|
275
|
-
## [2.26.0](https://github.com/phrase/openapi/compare/ruby-v2.25.0...ruby-v2.26.0) (2024-04-22)
|
|
291
|
+
## [2.26.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.25.0...ruby-v2.26.0) (2024-04-22)
|
|
276
292
|
|
|
277
293
|
|
|
278
294
|
### Features
|
|
279
295
|
|
|
280
|
-
* Add linked-parent to translation details ([#570](https://github.com/phrase/openapi/issues/570)) ([2c6f432](https://github.com/phrase/openapi/commit/2c6f43253e24b670b71ac810c85dce0759c29403))
|
|
296
|
+
* Add linked-parent to translation details ([#570](https://github.com/phrase/strings-openapi/issues/570)) ([2c6f432](https://github.com/phrase/strings-openapi/commit/2c6f43253e24b670b71ac810c85dce0759c29403))
|
|
281
297
|
|
|
282
|
-
## [2.25.0](https://github.com/phrase/openapi/compare/ruby-v2.24.0...ruby-v2.25.0) (2024-04-17)
|
|
298
|
+
## [2.25.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.24.0...ruby-v2.25.0) (2024-04-17)
|
|
283
299
|
|
|
284
300
|
|
|
285
301
|
### Features
|
|
286
302
|
|
|
287
|
-
* **API:** Add Repo Sync [TSI-1923] ([#569](https://github.com/phrase/openapi/issues/569)) ([0bd1756](https://github.com/phrase/openapi/commit/0bd17562018cb045ff41cc1ff5008b9419a0ed12))
|
|
303
|
+
* **API:** Add Repo Sync [TSI-1923] ([#569](https://github.com/phrase/strings-openapi/issues/569)) ([0bd1756](https://github.com/phrase/strings-openapi/commit/0bd17562018cb045ff41cc1ff5008b9419a0ed12))
|
|
288
304
|
|
|
289
|
-
## [2.24.0](https://github.com/phrase/openapi/compare/ruby-v2.23.0...ruby-v2.24.0) (2024-04-10)
|
|
305
|
+
## [2.24.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.23.0...ruby-v2.24.0) (2024-04-10)
|
|
290
306
|
|
|
291
307
|
|
|
292
308
|
### Features
|
|
293
309
|
|
|
294
|
-
* **API:** add Linked Keys endpoints ([#555](https://github.com/phrase/openapi/issues/555)) ([4935dac](https://github.com/phrase/openapi/commit/4935dac58c787eaade2f1f65ce649f466b5e3a60))
|
|
310
|
+
* **API:** add Linked Keys endpoints ([#555](https://github.com/phrase/strings-openapi/issues/555)) ([4935dac](https://github.com/phrase/strings-openapi/commit/4935dac58c787eaade2f1f65ce649f466b5e3a60))
|
|
295
311
|
|
|
296
312
|
|
|
297
313
|
### Bug Fixes
|
|
298
314
|
|
|
299
|
-
* (API) Add mandatory params to linked keys endpoints ([#564](https://github.com/phrase/openapi/issues/564)) ([08d9846](https://github.com/phrase/openapi/commit/08d9846bc224d349e2ade9abf28d733afb1e8be3))
|
|
315
|
+
* (API) Add mandatory params to linked keys endpoints ([#564](https://github.com/phrase/strings-openapi/issues/564)) ([08d9846](https://github.com/phrase/strings-openapi/commit/08d9846bc224d349e2ade9abf28d733afb1e8be3))
|
|
300
316
|
|
|
301
|
-
## [2.23.0](https://github.com/phrase/openapi/compare/ruby-v2.22.2...ruby-v2.23.0) (2024-02-07)
|
|
317
|
+
## [2.23.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.22.2...ruby-v2.23.0) (2024-02-07)
|
|
302
318
|
|
|
303
319
|
|
|
304
320
|
### Features
|
|
305
321
|
|
|
306
|
-
* add query param for properties ([#542](https://github.com/phrase/openapi/issues/542)) ([b4e12d0](https://github.com/phrase/openapi/commit/b4e12d04fd2916351f9201e1e6de504143ecc9aa))
|
|
322
|
+
* add query param for properties ([#542](https://github.com/phrase/strings-openapi/issues/542)) ([b4e12d0](https://github.com/phrase/strings-openapi/commit/b4e12d04fd2916351f9201e1e6de504143ecc9aa))
|
|
307
323
|
|
|
308
|
-
## [2.22.2](https://github.com/phrase/openapi/compare/ruby-v2.22.1...ruby-v2.22.2) (2024-02-05)
|
|
324
|
+
## [2.22.2](https://github.com/phrase/strings-openapi/compare/ruby-v2.22.1...ruby-v2.22.2) (2024-02-05)
|
|
309
325
|
|
|
310
326
|
|
|
311
327
|
### Bug Fixes
|
|
312
328
|
|
|
313
|
-
* **API:** allow nullable value for job's due_date ([#534](https://github.com/phrase/openapi/issues/534)) ([38b51b5](https://github.com/phrase/openapi/commit/38b51b51095394f8ce769873140038abba628514))
|
|
329
|
+
* **API:** allow nullable value for job's due_date ([#534](https://github.com/phrase/strings-openapi/issues/534)) ([38b51b5](https://github.com/phrase/strings-openapi/commit/38b51b51095394f8ce769873140038abba628514))
|
|
314
330
|
|
|
315
|
-
## [2.22.1](https://github.com/phrase/openapi/compare/ruby-v2.22.0...ruby-v2.22.1) (2024-02-01)
|
|
331
|
+
## [2.22.1](https://github.com/phrase/strings-openapi/compare/ruby-v2.22.0...ruby-v2.22.1) (2024-02-01)
|
|
316
332
|
|
|
317
333
|
|
|
318
334
|
### Bug Fixes
|
|
319
335
|
|
|
320
|
-
* **API:** Adjust documentation of QPS endpoint ([#525](https://github.com/phrase/openapi/issues/525)) ([4b4f1ac](https://github.com/phrase/openapi/commit/4b4f1acf28fbd13b3d16c37162cdccfa05c38ffa))
|
|
336
|
+
* **API:** Adjust documentation of QPS endpoint ([#525](https://github.com/phrase/strings-openapi/issues/525)) ([4b4f1ac](https://github.com/phrase/strings-openapi/commit/4b4f1acf28fbd13b3d16c37162cdccfa05c38ffa))
|
|
321
337
|
|
|
322
|
-
## [2.22.0](https://github.com/phrase/openapi/compare/ruby-v2.21.0...ruby-v2.22.0) (2024-01-17)
|
|
338
|
+
## [2.22.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.21.0...ruby-v2.22.0) (2024-01-17)
|
|
323
339
|
|
|
324
340
|
|
|
325
341
|
### Features
|
|
326
342
|
|
|
327
|
-
* **api:** Add QPS endpoint and documentation ([#521](https://github.com/phrase/openapi/issues/521)) ([d22c558](https://github.com/phrase/openapi/commit/d22c558adfbb7fcd13759e388c038744914e42fa))
|
|
343
|
+
* **api:** Add QPS endpoint and documentation ([#521](https://github.com/phrase/strings-openapi/issues/521)) ([d22c558](https://github.com/phrase/strings-openapi/commit/d22c558adfbb7fcd13759e388c038744914e42fa))
|
|
328
344
|
|
|
329
345
|
|
|
330
346
|
### Bug Fixes
|
|
331
347
|
|
|
332
|
-
* **API:** Create Custom Metadata endpoint fix [TSI-2222] ([#499](https://github.com/phrase/openapi/issues/499)) ([ce2ed94](https://github.com/phrase/openapi/commit/ce2ed9488e111fb5d9bc3810a78c47d23553c8b7))
|
|
348
|
+
* **API:** Create Custom Metadata endpoint fix [TSI-2222] ([#499](https://github.com/phrase/strings-openapi/issues/499)) ([ce2ed94](https://github.com/phrase/strings-openapi/commit/ce2ed9488e111fb5d9bc3810a78c47d23553c8b7))
|
|
333
349
|
|
|
334
|
-
## [2.21.0](https://github.com/phrase/openapi/compare/ruby-v2.20.0...ruby-v2.21.0) (2023-12-13)
|
|
350
|
+
## [2.21.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.20.0...ruby-v2.21.0) (2023-12-13)
|
|
335
351
|
|
|
336
352
|
|
|
337
353
|
### Features
|
|
338
354
|
|
|
339
|
-
* Add reports locales endpoint to API [TSS-2439] ([#465](https://github.com/phrase/openapi/issues/465)) ([e03aa9f](https://github.com/phrase/openapi/commit/e03aa9f49f031517b36db715fe70e8e0b65a438b))
|
|
340
|
-
* **API:** add Custom Metadata endpoints ([#474](https://github.com/phrase/openapi/issues/474)) ([d407d8b](https://github.com/phrase/openapi/commit/d407d8be5ccddec1afde14a12804a7a616f77d7a))
|
|
341
|
-
* **API:** Add custom_metadata_filters param to locale download endpoint [TSI-2174] ([#478](https://github.com/phrase/openapi/issues/478)) ([3623478](https://github.com/phrase/openapi/commit/3623478fc1518b457ab018b5630a693081637d6e))
|
|
342
|
-
* **API:** Add url field to uploads ([#481](https://github.com/phrase/openapi/issues/481)) ([7332a84](https://github.com/phrase/openapi/commit/7332a84f9958346f2fb28dee4b0353519ef466d5))
|
|
355
|
+
* Add reports locales endpoint to API [TSS-2439] ([#465](https://github.com/phrase/strings-openapi/issues/465)) ([e03aa9f](https://github.com/phrase/strings-openapi/commit/e03aa9f49f031517b36db715fe70e8e0b65a438b))
|
|
356
|
+
* **API:** add Custom Metadata endpoints ([#474](https://github.com/phrase/strings-openapi/issues/474)) ([d407d8b](https://github.com/phrase/strings-openapi/commit/d407d8be5ccddec1afde14a12804a7a616f77d7a))
|
|
357
|
+
* **API:** Add custom_metadata_filters param to locale download endpoint [TSI-2174] ([#478](https://github.com/phrase/strings-openapi/issues/478)) ([3623478](https://github.com/phrase/strings-openapi/commit/3623478fc1518b457ab018b5630a693081637d6e))
|
|
358
|
+
* **API:** Add url field to uploads ([#481](https://github.com/phrase/strings-openapi/issues/481)) ([7332a84](https://github.com/phrase/strings-openapi/commit/7332a84f9958346f2fb28dee4b0353519ef466d5))
|
|
343
359
|
|
|
344
|
-
## [2.20.0](https://github.com/phrase/openapi/compare/ruby-v2.19.0...ruby-v2.20.0) (2023-11-03)
|
|
360
|
+
## [2.20.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.19.0...ruby-v2.20.0) (2023-11-03)
|
|
345
361
|
|
|
346
362
|
|
|
347
363
|
### Features
|
|
348
364
|
|
|
349
|
-
* [TSI-2083] enable format_options argument for java-client ([#426](https://github.com/phrase/openapi/issues/426)) ([faa8cb3](https://github.com/phrase/openapi/commit/faa8cb353ba9f1030b9f7cfd46b894b4d6d26e70))
|
|
365
|
+
* [TSI-2083] enable format_options argument for java-client ([#426](https://github.com/phrase/strings-openapi/issues/426)) ([faa8cb3](https://github.com/phrase/strings-openapi/commit/faa8cb353ba9f1030b9f7cfd46b894b4d6d26e70))
|
|
350
366
|
|
|
351
|
-
## [2.19.0](https://github.com/phrase/openapi/compare/ruby-v2.18.0...ruby-v2.19.0) (2023-10-30)
|
|
367
|
+
## [2.19.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.18.0...ruby-v2.19.0) (2023-10-30)
|
|
352
368
|
|
|
353
369
|
|
|
354
370
|
### Features
|
|
355
371
|
|
|
356
|
-
* Update openapi-generator to v7 ([#418](https://github.com/phrase/openapi/issues/418)) ([524626f](https://github.com/phrase/openapi/commit/524626f5e914bfef6025d0e1c2cbc7a728d08f56))
|
|
372
|
+
* Update openapi-generator to v7 ([#418](https://github.com/phrase/strings-openapi/issues/418)) ([524626f](https://github.com/phrase/strings-openapi/commit/524626f5e914bfef6025d0e1c2cbc7a728d08f56))
|
|
357
373
|
|
|
358
|
-
## [2.18.0](https://github.com/phrase/openapi/compare/ruby-v2.17.0...ruby-v2.18.0) (2023-10-23)
|
|
374
|
+
## [2.18.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.17.0...ruby-v2.18.0) (2023-10-23)
|
|
359
375
|
|
|
360
376
|
|
|
361
377
|
### Features
|
|
362
378
|
|
|
363
|
-
* **API:** Add order param to comment list endpoints ([#441](https://github.com/phrase/openapi/issues/441)) ([441c9c4](https://github.com/phrase/openapi/commit/441c9c46169f8c5ac4e71ade09a95dab136314ef))
|
|
379
|
+
* **API:** Add order param to comment list endpoints ([#441](https://github.com/phrase/strings-openapi/issues/441)) ([441c9c4](https://github.com/phrase/strings-openapi/commit/441c9c46169f8c5ac4e71ade09a95dab136314ef))
|
|
364
380
|
|
|
365
|
-
## [2.17.0](https://github.com/phrase/openapi/compare/ruby-v2.16.0...ruby-v2.17.0) (2023-10-13)
|
|
381
|
+
## [2.17.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.16.0...ruby-v2.17.0) (2023-10-13)
|
|
366
382
|
|
|
367
383
|
|
|
368
384
|
### Features
|
|
369
385
|
|
|
370
|
-
* **API:** Implement figma attachments endpoints ([#415](https://github.com/phrase/openapi/issues/415)) ([970e612](https://github.com/phrase/openapi/commit/970e612fda620ca882a221ef541036b8d200b675))
|
|
386
|
+
* **API:** Implement figma attachments endpoints ([#415](https://github.com/phrase/strings-openapi/issues/415)) ([970e612](https://github.com/phrase/strings-openapi/commit/970e612fda620ca882a221ef541036b8d200b675))
|
|
371
387
|
|
|
372
|
-
## [2.16.0](https://github.com/phrase/openapi/compare/ruby-v2.15.0...ruby-v2.16.0) (2023-09-12)
|
|
388
|
+
## [2.16.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.15.0...ruby-v2.16.0) (2023-09-12)
|
|
373
389
|
|
|
374
390
|
|
|
375
391
|
### Features
|
|
376
392
|
|
|
377
|
-
* Optionally tag only affected keys on upload [TSI-2041] ([#412](https://github.com/phrase/openapi/issues/412)) ([e8f958e](https://github.com/phrase/openapi/commit/e8f958e91469c2542f44ab68469c933688958383))
|
|
378
|
-
* **TSI-1946:** Add reviewed_at to translations ([#396](https://github.com/phrase/openapi/issues/396)) ([3e663d9](https://github.com/phrase/openapi/commit/3e663d971a99a816f0165dd6653a9a1e8a87c95e))
|
|
393
|
+
* Optionally tag only affected keys on upload [TSI-2041] ([#412](https://github.com/phrase/strings-openapi/issues/412)) ([e8f958e](https://github.com/phrase/strings-openapi/commit/e8f958e91469c2542f44ab68469c933688958383))
|
|
394
|
+
* **TSI-1946:** Add reviewed_at to translations ([#396](https://github.com/phrase/strings-openapi/issues/396)) ([3e663d9](https://github.com/phrase/strings-openapi/commit/3e663d971a99a816f0165dd6653a9a1e8a87c95e))
|
|
379
395
|
|
|
380
|
-
## [2.15.0](https://github.com/phrase/openapi/compare/ruby-v2.14.0...ruby-v2.15.0) (2023-08-28)
|
|
396
|
+
## [2.15.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.14.0...ruby-v2.15.0) (2023-08-28)
|
|
381
397
|
|
|
382
398
|
|
|
383
399
|
### Features
|
|
384
400
|
|
|
385
|
-
* **API:** Document new query parameters ([#393](https://github.com/phrase/openapi/issues/393)) ([770515a](https://github.com/phrase/openapi/commit/770515a9628122955bb3919405babf9392684eb9))
|
|
401
|
+
* **API:** Document new query parameters ([#393](https://github.com/phrase/strings-openapi/issues/393)) ([770515a](https://github.com/phrase/strings-openapi/commit/770515a9628122955bb3919405babf9392684eb9))
|
|
386
402
|
|
|
387
|
-
## [2.14.0](https://github.com/phrase/openapi/compare/ruby-v2.13.0...ruby-v2.14.0) (2023-08-24)
|
|
403
|
+
## [2.14.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.13.0...ruby-v2.14.0) (2023-08-24)
|
|
388
404
|
|
|
389
405
|
|
|
390
406
|
### Features
|
|
391
407
|
|
|
392
|
-
* **API:** Introduce comment replies endpoints ([#383](https://github.com/phrase/openapi/issues/383)) ([71351ac](https://github.com/phrase/openapi/commit/71351ac285f4f49976092e176c77b09f3485eb65))
|
|
408
|
+
* **API:** Introduce comment replies endpoints ([#383](https://github.com/phrase/strings-openapi/issues/383)) ([71351ac](https://github.com/phrase/strings-openapi/commit/71351ac285f4f49976092e176c77b09f3485eb65))
|
|
393
409
|
|
|
394
|
-
## [2.13.0](https://github.com/phrase/openapi/compare/ruby-v2.12.0...ruby-v2.13.0) (2023-08-22)
|
|
410
|
+
## [2.13.0](https://github.com/phrase/strings-openapi/compare/ruby-v2.12.0...ruby-v2.13.0) (2023-08-22)
|
|
395
411
|
|
|
396
412
|
|
|
397
413
|
### Features
|
|
398
414
|
|
|
399
|
-
* **TSE-950:** Document comment_reactions endpoints ([#380](https://github.com/phrase/openapi/issues/380)) ([f230244](https://github.com/phrase/openapi/commit/f230244e6e9c069b18edc4c35dd5e290fd14793b))
|
|
415
|
+
* **TSE-950:** Document comment_reactions endpoints ([#380](https://github.com/phrase/strings-openapi/issues/380)) ([f230244](https://github.com/phrase/strings-openapi/commit/f230244e6e9c069b18edc4c35dd5e290fd14793b))
|
|
400
416
|
|
|
401
417
|
|
|
402
418
|
### Bug Fixes
|
|
403
419
|
|
|
404
|
-
* Fix gitlab_sync history status type mismatch ([#363](https://github.com/phrase/openapi/issues/363)) ([ebcaa4e](https://github.com/phrase/openapi/commit/ebcaa4e5dfcb2f73559a56c78b0f2512ca798375))
|
|
405
|
-
* **schemas:** Fix gitlab_sync type mismatch ([#373](https://github.com/phrase/openapi/issues/373)) ([1cb1f65](https://github.com/phrase/openapi/commit/1cb1f650598c68afee6e2cd7c3c4ede1484aba35))
|
|
420
|
+
* Fix gitlab_sync history status type mismatch ([#363](https://github.com/phrase/strings-openapi/issues/363)) ([ebcaa4e](https://github.com/phrase/strings-openapi/commit/ebcaa4e5dfcb2f73559a56c78b0f2512ca798375))
|
|
421
|
+
* **schemas:** Fix gitlab_sync type mismatch ([#373](https://github.com/phrase/strings-openapi/issues/373)) ([1cb1f65](https://github.com/phrase/strings-openapi/commit/1cb1f650598c68afee6e2cd7c3c4ede1484aba35))
|