Skip to content

Commit 36f0612

Browse files
committed
[fern-generated] Update SDK
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-ruby-sdk: 1.1.13
1 parent 36f17a8 commit 36f0612

8 files changed

Lines changed: 22 additions & 154 deletions

File tree

.fern/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"cliVersion": "5.51.2",
2+
"cliVersion": "5.65.2",
33
"generatorName": "fernapi/fern-ruby-sdk",
44
"generatorVersion": "1.1.13",
55
"generatorConfig": {
66
"clientClassName": "Vapi",
77
"rubocopVariableNumberStyle": "disabled"
88
},
9-
"originGitCommit": "5a015aa01196915bea6110904c69d5804f457ff5",
10-
"sdkVersion": "2.0.0"
9+
"originGitCommit": "84724c582a20642af8579373132ce2f71cbad5a7",
10+
"sdkVersion": "0.0.0-fern-placeholder"
1111
}

.fern/replay.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.fernignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
README.md
44
changelog.md
5+
.fern/replay.lock
6+
.fern/replay.yml
7+
.gitattributes

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.fern/replay.lock linguist-generated=true

.github/workflows/sdk-release-pr-notification.yml

Lines changed: 0 additions & 146 deletions
This file was deleted.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
hashdiff (1.2.1)
1818
io-console (0.8.2)
1919
json (2.20.0)
20-
language_server-protocol (3.17.0.5)
20+
language_server-protocol (3.17.0.6)
2121
lint_roller (1.1.0)
2222
method_source (1.1.0)
2323
minitest (5.27.0)
@@ -40,7 +40,7 @@ GEM
4040
reline (0.6.3)
4141
io-console (~> 0.5)
4242
rexml (3.4.4)
43-
rubocop (1.88.0)
43+
rubocop (1.88.1)
4444
json (~> 2.3)
4545
language_server-protocol (~> 3.17.0.2)
4646
lint_roller (~> 1.1.0)
@@ -51,7 +51,7 @@ GEM
5151
rubocop-ast (>= 1.49.0, < 2.0)
5252
ruby-progressbar (~> 1.7)
5353
unicode-display_width (>= 2.4.0, < 4.0)
54-
rubocop-ast (1.49.1)
54+
rubocop-ast (1.50.0)
5555
parser (>= 3.3.7.2)
5656
prism (~> 1.7)
5757
rubocop-minitest (0.39.1)

lib/vapi/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def initialize(token:, base_url: nil)
1010
@raw_client = Vapi::Internal::Http::RawClient.new(
1111
base_url: base_url || Vapi::Environment::DEFAULT,
1212
headers: {
13-
"User-Agent" => "vapi_server_sdk/2.0.0",
13+
"User-Agent" => "vapi_server_sdk/0.0.0-fern-placeholder",
1414
"X-Fern-Language" => "Ruby",
1515
Authorization: "Bearer #{token}"
1616
}

lib/vapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Vapi
4-
VERSION = "2.0.0"
4+
VERSION = "0.0.0-fern-placeholder"
55
end

0 commit comments

Comments
 (0)