vellum_ai 1.12.8 → 1.12.9

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: b6a953a7702b28aab863ccaf35e88067ef64ed8db2950e7eb4fd5cdb99f514fa
4
- data.tar.gz: 9f0d8fac0c83117591ce2efe47fcacf619b23c64581d0d79a9f02e697d4a8224
3
+ metadata.gz: '029663fe47808fb95f9c217bb9549b7705611aa23671baac9d049d23f7f4d5d6'
4
+ data.tar.gz: 6050e4b8921ca1b4ecbaaabb04a676378edf4d766b10e38b24d50dfcde0c8e0a
5
5
  SHA512:
6
- metadata.gz: 9eb3e33d21c65466cec0ab1fe80eebf75b34150f2a913ae6a4dbd5f12b62da9ee44c88924112a5581d8f68301e3ff3dd2c5d4061b069c3764b81bee5f27b99a5
7
- data.tar.gz: 424731f10763c04bdc54002db5a80f9c457b2bd8c38a20fa3057a54547a85659198a9b155a5665b1f1f75433d194120fd666543ba460c6c1d88155ab53193e62
6
+ metadata.gz: 9f4a7929ad92558e45a975ea540900ef4d232898c221ab326a0036091b5049c74dd073d7892145fe0936adb3ffbba85c42574b6a4c5eb362071bf3d43faf8f81
7
+ data.tar.gz: 863c92142214ccb03844d26a4fb9a8a9c0ec6f3527868534d91c48229163178d809740126960357ddad266ac434a84ba100e180d5643148ec9aaf23bbdbe703c
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.12.8' }
59
+ headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.12.9' }
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.12.8' }
110
+ headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.12.9' }
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
@@ -45,6 +45,7 @@ module Vellum
45
45
  # * `BITBUCKET` - Bitbucket
46
46
  # * `BOX` - Box
47
47
  # * `BREVO` - Brevo
48
+ # * `BREX` - Brex
48
49
  # * `BROWSERBASE_TOOL` - Browserbase Tool
49
50
  # * `CAL` - Cal
50
51
  # * `CANVAS` - Canvas
@@ -145,6 +146,7 @@ module Vellum
145
146
  BITBUCKET = "BITBUCKET"
146
147
  BOX = "BOX"
147
148
  BREVO = "BREVO"
149
+ BREX = "BREX"
148
150
  BROWSERBASE_TOOL = "BROWSERBASE_TOOL"
149
151
  CAL = "CAL"
150
152
  CANVAS = "CANVAS"
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.12.8
4
+ version: 1.12.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vellum
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-05 00:00:00.000000000 Z
11
+ date: 2026-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday