vellum_ai 1.8.0 → 1.8.1

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: 0211c38433c126846cab6101ec7576416a0b887d2faf336aabf84df9a7ff2fb6
4
- data.tar.gz: c03dad00ca6d0cb35ca133c712943e924ae95ab6dd99b3b3cdfc2f4dce7a602c
3
+ metadata.gz: 1c580b8f225b2a2768a4bc6a90a3d153045a79c1acff4158e7318087dd8dc1e4
4
+ data.tar.gz: f2eea19fedefd011bea32a282586d6dbc4fe3592ac36949b45a67d6c99d06f29
5
5
  SHA512:
6
- metadata.gz: 4fb242b850851a09366e1c5306ef91185651336f75467b8966a192a81193b9fceef18f37bc7d1ba1d7f16e71d49a9d0e493fb57ab6a11945bd5b605a7b9539ec
7
- data.tar.gz: a4e20057269831c519ef6b66e06c4a28889bfe9c21f50fa76e403697d4dbb9b9aba6719717bfb574b347290a88876a457468637aff65e8421f8c13efed40ac97
6
+ metadata.gz: 54e023eb2a41b10e5153bcb63c4fb1bda84159437ec6cbf569bc4e3f20d2c7f11e083c3fcccea2d263bdab8c611f74572d9e0a8ae2b3faa88430f0f07028f94d
7
+ data.tar.gz: e53358a1eba32901993b29254146c7fb742d5eefebd3c7528e3a7f54989b529a3baa0fc6ae1c91806c3e81d0709c1e2d907c3c56eeb1b62d03636dbb8b778149
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.8.0' }
59
+ headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.8.1' }
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.8.0' }
110
+ headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.8.1' }
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
@@ -44,10 +44,10 @@ module Vellum
44
44
  # * `REDDIT` - Reddit
45
45
  # * `SEMRUSH` - Semrush
46
46
  # * `SERPAPI` - Serp Api
47
+ # * `SHARE_POINT` - SharePoint
47
48
  # * `STRIPE` - Stripe
48
49
  # * `SUPABASE` - Supabase
49
50
  # * `TAVILY` - Tavily
50
- # * `TRELLO` - Trello
51
51
  # * `WEBFLOW` - Webflow
52
52
  # * `ZENDESK` - Zendesk
53
53
  # * `DROPBOX` - Dropbox
@@ -100,10 +100,10 @@ module Vellum
100
100
  REDDIT = "REDDIT"
101
101
  SEMRUSH = "SEMRUSH"
102
102
  SERPAPI = "SERPAPI"
103
+ SHARE_POINT = "SHARE_POINT"
103
104
  STRIPE = "STRIPE"
104
105
  SUPABASE = "SUPABASE"
105
106
  TAVILY = "TAVILY"
106
- TRELLO = "TRELLO"
107
107
  WEBFLOW = "WEBFLOW"
108
108
  ZENDESK = "ZENDESK"
109
109
  DROPBOX = "DROPBOX"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vellum_ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vellum
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-10-23 00:00:00.000000000 Z
11
+ date: 2025-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday