vellum_ai 1.9.5 → 1.9.7

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: ace2ed6fd8e5651c9363138be55afcc2a0ddd3cb0023966631c123aaa1589816
4
- data.tar.gz: 7117459a797e1d5261c6cd63018a2f4481f4cb4d582ff46e1c2379c6226cd7d9
3
+ metadata.gz: 62f3d8d769081bc5dce68f44efa833a5492a977eeb66b03c54e8c04c2a0d4b65
4
+ data.tar.gz: dc91c9a40c1ae16607308e4f4ab6a4f45ccc900c27b76cac433e5100cad013ac
5
5
  SHA512:
6
- metadata.gz: d53a04d047058e023c1172f1d4c9f0c6f2b787b8ab961447e0721ebb4941bca4209117203c01ac49bdb7fc115c4af04ceb642dea830e681af4b67c5788293413
7
- data.tar.gz: 2fee8b745cf64595fcb1207b81ec5997f2c731ea5e8ac24412670da90023ce480b001bb64512cfcbb411d3111b70db742d53e32e41e13a52c7ae9b31b6c65610
6
+ metadata.gz: 8144531326fc3d4183f4faccb45a85a8bfdd72446f5c7e95f7ea5eb090e8796f730d4c1cfbf616c43494a5d8a9c0e0dc256237b7e2f56aa49e7b5e1915da7646
7
+ data.tar.gz: cdfe39cb1f800bbaf452f1bb56efb8e1766be15a178839f03ed08d817cc96c6bcdbd5700811c87507bcc11e0e5b7b2ac2b5908ed24f5e2fc396c89ed03d97e37
data/lib/requests.rb CHANGED
@@ -56,7 +56,7 @@ end
56
56
  end
57
57
  # @return [Hash{String => String}]
58
58
  def get_headers
59
- headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.9.5' }
59
+ headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.9.7' }
60
60
  headers["X-API-KEY"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
61
61
  headers
62
62
  end
@@ -107,7 +107,7 @@ end
107
107
  end
108
108
  # @return [Hash{String => String}]
109
109
  def get_headers
110
- headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.9.5' }
110
+ headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.9.7' }
111
111
  headers["X-API-KEY"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
112
112
  headers
113
113
  end
@@ -50,6 +50,7 @@ module Vellum
50
50
  # * `STRIPE` - Stripe
51
51
  # * `SUPABASE` - Supabase
52
52
  # * `TAVILY` - Tavily
53
+ # * `TELEGRAM` - Telegram
53
54
  # * `WEBFLOW` - Webflow
54
55
  # * `ZENDESK` - Zendesk
55
56
  # * `DROPBOX` - Dropbox
@@ -108,6 +109,7 @@ module Vellum
108
109
  STRIPE = "STRIPE"
109
110
  SUPABASE = "SUPABASE"
110
111
  TAVILY = "TAVILY"
112
+ TELEGRAM = "TELEGRAM"
111
113
  WEBFLOW = "WEBFLOW"
112
114
  ZENDESK = "ZENDESK"
113
115
  DROPBOX = "DROPBOX"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vellum_ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.5
4
+ version: 1.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vellum