phrase 4.13.0 → 4.14.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 258aa32d6708a1c9acd84448fe6d176fd61682b19e0e8b863e036b1922f9b2b2
4
- data.tar.gz: 7393196d9287b16c3566d2afc32b2a2c6ac5df26e37adbf6d70d5cf8e764067c
3
+ metadata.gz: 6eafb6674f53665915555e2352445b2c1b81a981cc7d472ac7684855ca5061cc
4
+ data.tar.gz: 6b630a9fcb6f2376c7bec8c179754b60b1d2c9109e18010714a35a00fef6067c
5
5
  SHA512:
6
- metadata.gz: e30bff1db6c850389d4d90bb7d27538899bea929f7e054d436fb30fd4f84da250c0a69a0b06444857a2f3be56c4c7dff4d4f1c3316dad9769c46bba6a51ea23a
7
- data.tar.gz: 341d38001cbd158de08fcc172fe8fa099a65885e0ab6eb4e3753724702a8bbd7555be3ad038f69d0e2f1251abf9dde97a4e2832be575cbd43445c1725017f43e
6
+ metadata.gz: 771899ee1169536d3e35957c20cd8b4ce58dd81552ee1a979a02f2b5d10215ed4a5f53b25f6f06e67f9b4b2b95554b0e8545f9e8fb4d937c31e5f2865aa027fd
7
+ data.tar.gz: d75c3aa7238687236f7e1d917676dbac4e82a6381a17802d16e6ff0fea2b87ac27e909a8818ad3c3c0afcccf3dd2576c5a3a6866ee093018cbd2359157629d64
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.14.0](https://github.com/phrase/openapi/compare/ruby-v4.13.0...ruby-v4.14.0) (2025-10-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * **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))
9
+
3
10
  ## [4.13.0](https://github.com/phrase/openapi/compare/ruby-v4.12.0...ruby-v4.13.0) (2025-10-23)
4
11
 
5
12
 
data/README.md CHANGED
@@ -7,7 +7,7 @@ Phrase Strings is a translation management platform for software projects. You c
7
7
  ## This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 4.13.0
10
+ - Package version: 4.14.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
13
13
 
@@ -56,10 +56,10 @@ gem build phrase.gemspec
56
56
  Then install the gem locally:
57
57
 
58
58
  ```shell
59
- gem install ./phrase-4.13.0.gem
59
+ gem install ./phrase-4.14.0.gem
60
60
  ```
61
61
 
62
- (for development, run `gem install --dev ./phrase-4.13.0.gem` to install the development dependencies)
62
+ (for development, run `gem install --dev ./phrase-4.14.0.gem` to install the development dependencies)
63
63
 
64
64
  ## Getting Started
65
65
 
@@ -38,7 +38,7 @@ instance = Phrase::KeyCreateParameters.new(branch: my-feature-branch,
38
38
  data_type: number,
39
39
  tags: awesome-feature,needs-proofreading,
40
40
  max_characters_allowed: 140,
41
- screenshot: [B@70143ee4,
41
+ screenshot: [B@1df2b230,
42
42
  remove_screenshot: null,
43
43
  unformatted: null,
44
44
  default_translation_content: Default translation content,
@@ -36,7 +36,7 @@ instance = Phrase::KeyUpdateParameters.new(branch: my-feature-branch,
36
36
  data_type: number,
37
37
  tags: awesome-feature,needs-proofreading,
38
38
  max_characters_allowed: 140,
39
- screenshot: [B@74f1c9b9,
39
+ screenshot: [B@37d85eec,
40
40
  remove_screenshot: null,
41
41
  unformatted: null,
42
42
  xml_space_preserve: null,
@@ -37,7 +37,7 @@ instance = Phrase::ProjectCreateParameters.new(name: My Android Project,
37
37
  main_format: yml,
38
38
  media: Python,
39
39
  shares_translation_memory: true,
40
- project_image: [B@1607b56b,
40
+ project_image: [B@e80fc9d,
41
41
  remove_project_image: null,
42
42
  account_id: abcd1234,
43
43
  point_of_contact: abcd1234,
@@ -39,7 +39,7 @@ instance = Phrase::ProjectUpdateParameters.new(account_id: abcd1234,
39
39
  main_format: yml,
40
40
  media: Python,
41
41
  shares_translation_memory: true,
42
- project_image: [B@1963b057,
42
+ project_image: [B@4abc179d,
43
43
  remove_project_image: false,
44
44
  workflow: review,
45
45
  machine_translation_enabled: true,
@@ -17,7 +17,7 @@ require 'Phrase'
17
17
  instance = Phrase::ScreenshotUpdateParameters.new(branch: my-feature-branch,
18
18
  name: A screenshot name,
19
19
  description: A screenshot description,
20
- filename: [B@5b936410)
20
+ filename: [B@141fc03a)
21
21
  ```
22
22
 
23
23
 
@@ -1,3 +1,3 @@
1
1
  module Phrase
2
- VERSION = '4.13.0'
2
+ VERSION = '4.14.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phrase
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.13.0
4
+ version: 4.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phrase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-23 00:00:00.000000000 Z
11
+ date: 2025-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus