From 67e09343d0d28b60af915d996c0cc7ee96390e30 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:04:05 +0000 Subject: [PATCH 1/3] [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-ruby-sdk: 1.1.13 --- .fern/metadata.json | 6 +++--- .fern/replay.lock | 10 ++++++++++ .fernignore | 3 +++ .gitattributes | 1 + Gemfile.lock | 8 ++++---- lib/vapi/client.rb | 2 +- lib/vapi/version.rb | 2 +- 7 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 .fern/replay.lock create mode 100644 .gitattributes diff --git a/.fern/metadata.json b/.fern/metadata.json index 36e4fcd..2b6937b 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -1,11 +1,11 @@ { - "cliVersion": "5.51.2", + "cliVersion": "5.70.3", "generatorName": "fernapi/fern-ruby-sdk", "generatorVersion": "1.1.13", "generatorConfig": { "clientClassName": "Vapi", "rubocopVariableNumberStyle": "disabled" }, - "originGitCommit": "5a015aa01196915bea6110904c69d5804f457ff5", - "sdkVersion": "2.0.0" + "originGitCommit": "f76edb8216692b5a108e5efd0812207d47f37864", + "sdkVersion": "0.0.0-fern-placeholder" } \ No newline at end of file diff --git a/.fern/replay.lock b/.fern/replay.lock new file mode 100644 index 0000000..09839d4 --- /dev/null +++ b/.fern/replay.lock @@ -0,0 +1,10 @@ +# DO NOT EDIT MANUALLY - Managed by Fern Replay +version: "1.0" +generations: + - commit_sha: caafff76234c021adc32f2c1a74e286394bc8b77 + tree_hash: 231edd13c9f4cb05cc6c24a0533392798b053746 + timestamp: 2026-07-14T20:03:57.215Z + cli_version: unknown + generator_versions: {} +current_generation: caafff76234c021adc32f2c1a74e286394bc8b77 +patches: [] diff --git a/.fernignore b/.fernignore index 82e7de0..fad339e 100644 --- a/.fernignore +++ b/.fernignore @@ -3,3 +3,6 @@ .github/workflows/sdk-release-pr-notification.yml README.md changelog.md +.fern/replay.lock +.fern/replay.yml +.gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..74928d6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.fern/replay.lock linguist-generated=true diff --git a/Gemfile.lock b/Gemfile.lock index 0c3e13f..0b89b94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,8 +16,8 @@ GEM rexml hashdiff (1.2.1) io-console (0.8.2) - json (2.20.0) - language_server-protocol (3.17.0.5) + json (2.21.1) + language_server-protocol (3.17.0.6) lint_roller (1.1.0) method_source (1.1.0) minitest (5.27.0) @@ -40,7 +40,7 @@ GEM reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) - rubocop (1.88.0) + rubocop (1.88.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -51,7 +51,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.1) + rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-minitest (0.39.1) diff --git a/lib/vapi/client.rb b/lib/vapi/client.rb index 9287dd2..1205e7e 100644 --- a/lib/vapi/client.rb +++ b/lib/vapi/client.rb @@ -10,7 +10,7 @@ def initialize(token:, base_url: nil) @raw_client = Vapi::Internal::Http::RawClient.new( base_url: base_url || Vapi::Environment::DEFAULT, headers: { - "User-Agent" => "vapi_server_sdk/2.0.0", + "User-Agent" => "vapi_server_sdk/0.0.0-fern-placeholder", "X-Fern-Language" => "Ruby", Authorization: "Bearer #{token}" } diff --git a/lib/vapi/version.rb b/lib/vapi/version.rb index e9df04c..710ec7e 100644 --- a/lib/vapi/version.rb +++ b/lib/vapi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Vapi - VERSION = "2.0.0" + VERSION = "0.0.0-fern-placeholder" end From 8bc47cadfb96c33be051e3bb7126860f5dce2154 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:04:05 +0000 Subject: [PATCH 2/3] [fern-autoversion] chore: update .fernignore with replay and gitattributes entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add internal Fern tooling files to .fernignore so they are excluded from SDK regeneration overwrites. This is a housekeeping change with no impact on public API surface or consumer code. Key changes: - Add `.fern/replay.lock` to .fernignore - Add `.fern/replay.yml` to .fernignore - Add `.gitattributes` to .fernignore 🌿 Generated with Fern --- .fern/metadata.json | 2 +- lib/vapi/client.rb | 2 +- lib/vapi/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.fern/metadata.json b/.fern/metadata.json index 2b6937b..afe6dd1 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -7,5 +7,5 @@ "rubocopVariableNumberStyle": "disabled" }, "originGitCommit": "f76edb8216692b5a108e5efd0812207d47f37864", - "sdkVersion": "0.0.0-fern-placeholder" + "sdkVersion": "2.0.1" } \ No newline at end of file diff --git a/lib/vapi/client.rb b/lib/vapi/client.rb index 1205e7e..ecc4e4e 100644 --- a/lib/vapi/client.rb +++ b/lib/vapi/client.rb @@ -10,7 +10,7 @@ def initialize(token:, base_url: nil) @raw_client = Vapi::Internal::Http::RawClient.new( base_url: base_url || Vapi::Environment::DEFAULT, headers: { - "User-Agent" => "vapi_server_sdk/0.0.0-fern-placeholder", + "User-Agent" => "vapi_server_sdk/2.0.1", "X-Fern-Language" => "Ruby", Authorization: "Bearer #{token}" } diff --git a/lib/vapi/version.rb b/lib/vapi/version.rb index 710ec7e..fd820e2 100644 --- a/lib/vapi/version.rb +++ b/lib/vapi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Vapi - VERSION = "0.0.0-fern-placeholder" + VERSION = "2.0.1" end From 222f0133dd43790913986106a1959ab9688637a3 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:04:05 +0000 Subject: [PATCH 3/3] [fern-replay] advance lockfile --- .fern/replay.lock | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.fern/replay.lock b/.fern/replay.lock index 09839d4..b8b591d 100644 --- a/.fern/replay.lock +++ b/.fern/replay.lock @@ -6,5 +6,11 @@ generations: timestamp: 2026-07-14T20:03:57.215Z cli_version: unknown generator_versions: {} -current_generation: caafff76234c021adc32f2c1a74e286394bc8b77 + - commit_sha: 4877cfc59a1d117b83212c9babb87f46ce80f75f + tree_hash: d35e34e35217c127e81a115ec682b8a8007515e3 + timestamp: 2026-07-14T20:03:57.507Z + cli_version: unknown + generator_versions: + fernapi/fern-ruby-sdk: 1.1.13 +current_generation: 4877cfc59a1d117b83212c9babb87f46ce80f75f patches: []