phrase 4.16.0 → 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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +146 -123
  3. data/README.md +8 -3
  4. data/docs/KeyCreateParameters.md +1 -1
  5. data/docs/KeyUpdateParameters.md +1 -1
  6. data/docs/LocaleDownloadCreateParameters.md +2 -2
  7. data/docs/LocalePreview1.md +1 -3
  8. data/docs/ProjectCreateParameters.md +1 -1
  9. data/docs/ProjectUpdateParameters.md +1 -1
  10. data/docs/RepoSyncExportParameters.md +17 -0
  11. data/docs/RepoSyncImportParameters.md +17 -0
  12. data/docs/RepoSyncsApi.md +10 -4
  13. data/docs/ScreenshotUpdateParameters.md +1 -1
  14. data/docs/Translation.md +3 -1
  15. data/docs/TranslationDetails.md +3 -3
  16. data/docs/UploadBatch.md +29 -0
  17. data/docs/UploadBatchesApi.md +72 -0
  18. data/docs/UploadBatchesCreateParameters.md +21 -0
  19. data/docs/VersionsHistoryApi.md +5 -3
  20. data/lib/phrase/api/repo_syncs_api.rb +13 -2
  21. data/lib/phrase/api/upload_batches_api.rb +84 -0
  22. data/lib/phrase/api/versions_history_api.rb +6 -3
  23. data/lib/phrase/configuration.rb +5 -1
  24. data/lib/phrase/models/locale_download_create_parameters.rb +1 -1
  25. data/lib/phrase/models/locale_preview1.rb +4 -13
  26. data/lib/phrase/models/repo_sync_export_parameters.rb +197 -0
  27. data/lib/phrase/models/repo_sync_import_parameters.rb +197 -0
  28. data/lib/phrase/models/translation.rb +13 -4
  29. data/lib/phrase/models/translation_details.rb +13 -13
  30. data/lib/phrase/models/upload_batch.rb +288 -0
  31. data/lib/phrase/models/upload_batches_create_parameters.rb +224 -0
  32. data/lib/phrase/version.rb +1 -1
  33. data/lib/phrase.rb +5 -0
  34. data/spec/api/repo_syncs_api_spec.rb +3 -0
  35. data/spec/api/upload_batches_api_spec.rb +37 -0
  36. data/spec/api/versions_history_api_spec.rb +2 -1
  37. data/spec/models/locale_preview1_spec.rb +0 -6
  38. data/spec/models/repo_sync_export_parameters_spec.rb +29 -0
  39. data/spec/models/repo_sync_import_parameters_spec.rb +29 -0
  40. data/spec/models/translation_details_spec.rb +3 -3
  41. data/spec/models/translation_spec.rb +6 -0
  42. data/spec/models/upload_batch_spec.rb +69 -0
  43. data/spec/models/upload_batches_create_parameters_spec.rb +41 -0
  44. metadata +258 -238
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e432e2a3c0ac7f4cca0314049e1906aa7912174d09139c6bbb8aa335edf45a66
4
- data.tar.gz: 2a94bb0a932a12cd5a507538e7813e39e84f8b59a6b8129585c44b92adaef2ad
3
+ metadata.gz: '08077d46ce75e5473b235035e6a39605824a5ee455edd4f4d21dbbef92e96d23'
4
+ data.tar.gz: 228ec9995b234a3c29c0e3efa78c8a522a3a670c968cb0116f3170c7e6031fdf
5
5
  SHA512:
6
- metadata.gz: 0bddc49ef3bf05e764e2fe0c9a3945634e9af1fde4edae3b82c348ce3064894718f13eef5604a32183e7c814608928c00a2475f59c839d5191f035859f716668
7
- data.tar.gz: 5c0f0ce78bebcd554a9b9720fda609301bc8d4f8f2158f9afff5ddcdcd3883524d006f0162b3c9c6bb3131c5b9eddfff9710debaf35e50afd2d5fa3f6e8f7cac
6
+ metadata.gz: 22d1542116e134c0537d99e006858f71111de1a343e9a48347e98df258be6ba0a064a418eecde0b4fa6b2c4ca718112e8d6e0dfbd8530bb968d3e3fcabb0fd0b
7
+ data.tar.gz: b157be4058377c078a68fcfae6c7b14002c7ee8c2e5551f107d1f277594dc84d19c31d2e20503499dfc62212a776a8f8aae2ca6188e1519cd4c9a72f1098927f
data/CHANGELOG.md CHANGED
@@ -1,398 +1,421 @@
1
1
  # Changelog
2
2
 
3
- ## [4.16.0](https://github.com/phrase/openapi/compare/ruby-v4.15.0...ruby-v4.16.0) (2026-01-09)
3
+ ## [4.17.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.16.1...ruby-v4.17.0) (2026-03-13)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * **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))
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))
9
12
 
10
13
 
11
14
  ### Bug Fixes
12
15
 
13
- * **API:** drop invalid account locale params ([#992](https://github.com/phrase/openapi/issues/992)) ([87af83c](https://github.com/phrase/openapi/commit/87af83c94fd7e47340b5393847e93a31127abbe8))
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))
14
18
 
15
- ## [4.15.0](https://github.com/phrase/openapi/compare/ruby-v4.14.1...ruby-v4.15.0) (2025-12-11)
19
+ ## [4.16.1](https://github.com/phrase/strings-openapi/compare/ruby-v4.16.0...ruby-v4.16.1) (2026-01-16)
20
+
21
+
22
+ ### Bug Fixes
23
+
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))
25
+
26
+ ## [4.16.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.15.0...ruby-v4.16.0) (2026-01-09)
27
+
28
+
29
+ ### Features
30
+
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))
32
+
33
+
34
+ ### Bug Fixes
35
+
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))
37
+
38
+ ## [4.15.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.14.1...ruby-v4.15.0) (2025-12-11)
16
39
 
17
40
 
18
41
  ### Features
19
42
 
20
- * **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))
21
- * **API:** add manual triggering of automations #SCM-953 ([#968](https://github.com/phrase/openapi/issues/968)) ([ebe1c68](https://github.com/phrase/openapi/commit/ebe1c68e472d87ea6c6cd2f76bb421406c30a274))
22
- * **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))
23
46
 
24
- ## [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)
25
48
 
26
49
 
27
50
  ### Bug Fixes
28
51
 
29
- * **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))
30
53
 
31
- ## [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)
32
55
 
33
56
 
34
57
  ### Features
35
58
 
36
- * **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))
37
60
 
38
- ## [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)
39
62
 
40
63
 
41
64
  ### Features
42
65
 
43
- * **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))
44
67
 
45
- ## [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)
46
69
 
47
70
 
48
71
  ### Features
49
72
 
50
- * 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))
51
74
 
52
- ## [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)
53
76
 
54
77
 
55
78
  ### Features
56
79
 
57
- * 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))
58
81
 
59
- ## [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)
60
83
 
61
84
 
62
85
  ### Features
63
86
 
64
- * **API:** Add "reviewed" param for tanslations#update ([#891](https://github.com/phrase/openapi/issues/891)) ([3f77286](https://github.com/phrase/openapi/commit/3f7728669fa68d5911dfca39a9e39c24cd20c0a4))
65
- * **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))
66
89
 
67
- ## [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)
68
91
 
69
92
 
70
93
  ### Features
71
94
 
72
- * **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))
73
96
 
74
- ## [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)
75
98
 
76
99
 
77
100
  ### Features
78
101
 
79
- * **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))
80
103
 
81
- ## [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)
82
105
 
83
106
 
84
107
  ### Features
85
108
 
86
- * **API:** add updated_since param for downloads ([#858](https://github.com/phrase/openapi/issues/858)) ([db4196b](https://github.com/phrase/openapi/commit/db4196bfb1a45f628577bebb99aad7da1179c241))
87
- * **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))
88
- * **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))
89
112
 
90
- ## [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)
91
114
 
92
115
 
93
116
  ### Features
94
117
 
95
- * **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))
96
119
 
97
- ## [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)
98
121
 
99
122
 
100
123
  ### Features
101
124
 
102
- * **API:** Add "verify_mentioned_translations" parameter to uploads ([#830](https://github.com/phrase/openapi/issues/830)) ([f2fdf60](https://github.com/phrase/openapi/commit/f2fdf60dd97c3908293cd457a765dafde603bd9b))
103
- * **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))
104
- * **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))
105
128
 
106
129
 
107
130
  ### Bug Fixes
108
131
 
109
- * **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))
110
133
 
111
- ## [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)
112
135
 
113
136
 
114
137
  ### Features
115
138
 
116
- * **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))
117
140
 
118
- ## [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)
119
142
 
120
143
 
121
144
  ### Features
122
145
 
123
- * **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))
124
147
 
125
- ## [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)
126
149
 
127
150
 
128
151
  ### Features
129
152
 
130
- * **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))
131
154
 
132
- ## [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)
133
156
 
134
157
 
135
158
  ### Features
136
159
 
137
- * **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))
138
- * **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))
139
162
 
140
- ## [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)
141
164
 
142
165
 
143
166
  ### Bug Fixes
144
167
 
145
- * **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))
146
169
 
147
- ## [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)
148
171
 
149
172
 
150
173
  ### Bug Fixes
151
174
 
152
- * **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))
153
176
 
154
- ## [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)
155
178
 
156
179
 
157
180
  ### Bug Fixes
158
181
 
159
- * **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))
160
- * **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))
161
184
 
162
- ## [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)
163
186
 
164
187
 
165
188
  ### ⚠ BREAKING CHANGES
166
189
 
167
- * 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))
168
191
 
169
192
  ### Features
170
193
 
171
- * **API:** Add 'default_encoding' documentation ([#733](https://github.com/phrase/openapi/issues/733)) ([0139c51](https://github.com/phrase/openapi/commit/0139c51da747fbe7bc9929bcf3534aad7f22f39a))
172
- * 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))
173
196
 
174
- ## [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)
175
198
 
176
199
 
177
200
  ### Bug Fixes
178
201
 
179
- * **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))
180
203
 
181
- ## [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)
182
205
 
183
206
 
184
207
  ### Features
185
208
 
186
- * **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))
187
- * **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))
188
211
 
189
212
 
190
213
  ### Bug Fixes
191
214
 
192
- * **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))
193
216
 
194
- ## [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)
195
218
 
196
219
 
197
220
  ### Features
198
221
 
199
- * 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))
200
223
 
201
224
 
202
225
  ### Bug Fixes
203
226
 
204
- * **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))
205
228
 
206
- ## [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)
207
230
 
208
231
 
209
232
  ### Features
210
233
 
211
- * 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))
212
235
 
213
- ## [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)
214
237
 
215
238
 
216
239
  ### Features
217
240
 
218
- * **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))
219
242
 
220
- ## [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)
221
244
 
222
245
 
223
246
  ### Features
224
247
 
225
- * add repo sync events show endpoint ([#641](https://github.com/phrase/openapi/issues/641)) ([e1d9cfb](https://github.com/phrase/openapi/commit/e1d9cfb23e079fea2d9e5475dff9a4137f1f0154))
226
- * **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))
227
250
 
228
- ## [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)
229
252
 
230
253
 
231
254
  ### Bug Fixes
232
255
 
233
- * 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))
234
257
 
235
- ## [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)
236
259
 
237
260
 
238
261
  ### Features
239
262
 
240
- * **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))
241
264
 
242
- ## [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)
243
266
 
244
267
 
245
268
  ### Bug Fixes
246
269
 
247
- * **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))
248
- * **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))
249
272
 
250
- ## [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)
251
274
 
252
275
 
253
276
  ### Features
254
277
 
255
- * **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))
256
279
 
257
- ## [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)
258
281
 
259
282
 
260
283
  ### ⚠ BREAKING CHANGES
261
284
 
262
- * 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))
263
286
 
264
287
  ### Code Refactoring
265
288
 
266
- * 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))
267
290
 
268
- ## [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)
269
292
 
270
293
 
271
294
  ### Features
272
295
 
273
- * 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))
274
297
 
275
- ## [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)
276
299
 
277
300
 
278
301
  ### Features
279
302
 
280
- * **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))
281
304
 
282
- ## [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)
283
306
 
284
307
 
285
308
  ### Features
286
309
 
287
- * **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))
288
311
 
289
312
 
290
313
  ### Bug Fixes
291
314
 
292
- * (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))
293
316
 
294
- ## [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)
295
318
 
296
319
 
297
320
  ### Features
298
321
 
299
- * 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))
300
323
 
301
- ## [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)
302
325
 
303
326
 
304
327
  ### Bug Fixes
305
328
 
306
- * **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))
307
330
 
308
- ## [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)
309
332
 
310
333
 
311
334
  ### Bug Fixes
312
335
 
313
- * **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))
314
337
 
315
- ## [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)
316
339
 
317
340
 
318
341
  ### Features
319
342
 
320
- * **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))
321
344
 
322
345
 
323
346
  ### Bug Fixes
324
347
 
325
- * **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))
326
349
 
327
- ## [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)
328
351
 
329
352
 
330
353
  ### Features
331
354
 
332
- * Add reports locales endpoint to API [TSS-2439] ([#465](https://github.com/phrase/openapi/issues/465)) ([e03aa9f](https://github.com/phrase/openapi/commit/e03aa9f49f031517b36db715fe70e8e0b65a438b))
333
- * **API:** add Custom Metadata endpoints ([#474](https://github.com/phrase/openapi/issues/474)) ([d407d8b](https://github.com/phrase/openapi/commit/d407d8be5ccddec1afde14a12804a7a616f77d7a))
334
- * **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))
335
- * **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))
336
359
 
337
- ## [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)
338
361
 
339
362
 
340
363
  ### Features
341
364
 
342
- * [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))
343
366
 
344
- ## [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)
345
368
 
346
369
 
347
370
  ### Features
348
371
 
349
- * 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))
350
373
 
351
- ## [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)
352
375
 
353
376
 
354
377
  ### Features
355
378
 
356
- * **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))
357
380
 
358
- ## [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)
359
382
 
360
383
 
361
384
  ### Features
362
385
 
363
- * **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))
364
387
 
365
- ## [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)
366
389
 
367
390
 
368
391
  ### Features
369
392
 
370
- * 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))
371
- * **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))
372
395
 
373
- ## [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)
374
397
 
375
398
 
376
399
  ### Features
377
400
 
378
- * **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))
379
402
 
380
- ## [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)
381
404
 
382
405
 
383
406
  ### Features
384
407
 
385
- * **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))
386
409
 
387
- ## [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)
388
411
 
389
412
 
390
413
  ### Features
391
414
 
392
- * **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))
393
416
 
394
417
 
395
418
  ### Bug Fixes
396
419
 
397
- * Fix gitlab_sync history status type mismatch ([#363](https://github.com/phrase/openapi/issues/363)) ([ebcaa4e](https://github.com/phrase/openapi/commit/ebcaa4e5dfcb2f73559a56c78b0f2512ca798375))
398
- * **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))