carbon_ruby_sdk 0.1.9 → 0.1.10

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: b8bdf5b17a7c7cea00d51a0a7204e7d4f680806958d830726b8210e7e0028c60
4
- data.tar.gz: afb7c5dfe94f3849cc2d78fb7a73fa0a77c654e91ff4fbe7507ae4c39b7ca592
3
+ metadata.gz: 7e8a8eb45033cb39e0608a9ccc89598496a9ceab4bb7c53d33b4669fc6494670
4
+ data.tar.gz: 8cf3c4a34982d6a51a79ba7bd9796ff576a0bb2b5bb1ce01eae8ed98ec0aec98
5
5
  SHA512:
6
- metadata.gz: d5b5031e8a47c8d3ff710b8840ca2f7489c68b190cb4b6a7bb099a71a14bd2d9d3c09e5c0852045718cb8a2bf2731dc3cbca56131578333d65cb8684e2b448eb
7
- data.tar.gz: 85b806e833eea771d32d66609bb3d824ba864ae92db9e0576e88b216acf602fa4f152f93401db440608818fbaed9bca6e072f3d68fed82787f747f1ee2cf2ecf
6
+ metadata.gz: f22bd4a492c7a732de9ff4224be1d645955610d55aa3e401505867da959167ab70915ee850a480094969271e5c0d2b96aa5dad9cb2fb5cecec52db6c33711be3
7
+ data.tar.gz: ff1670389a050caa7329f3fd10fbc1f4795b19172115d098fa1399886201c911b5b616e0d5d404db102110a7d41f605a7da12ae476c582318a76113c0a4e7355
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- carbon_ruby_sdk (0.1.9)
4
+ carbon_ruby_sdk (0.1.10)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Connect external data to LLMs, no matter the source.
8
8
 
9
- [![npm](https://img.shields.io/badge/gem-v0.1.9-blue)](https://rubygems.org/gems/carbon_ruby_sdk/versions/0.1.9)
9
+ [![npm](https://img.shields.io/badge/gem-v0.1.10-blue)](https://rubygems.org/gems/carbon_ruby_sdk/versions/0.1.10)
10
10
 
11
11
  </div>
12
12
 
@@ -79,7 +79,7 @@ Connect external data to LLMs, no matter the source.
79
79
  Add to Gemfile:
80
80
 
81
81
  ```ruby
82
- gem 'carbon_ruby_sdk', '~> 0.1.9'
82
+ gem 'carbon_ruby_sdk', '~> 0.1.10'
83
83
  ```
84
84
 
85
85
  ## Getting Started<a id="getting-started"></a>
@@ -152,7 +152,7 @@ module Carbon
152
152
  return_type = opts[:debug_return_type] || 'WhiteLabelingResponse'
153
153
 
154
154
  # auth_names
155
- auth_names = opts[:debug_auth_names] || ['accessToken']
155
+ auth_names = opts[:debug_auth_names] || ['accessToken', 'apiKey', 'customerId']
156
156
 
157
157
  new_options = opts.merge(
158
158
  :operation => :"AuthApi.get_white_labeling",
@@ -67,7 +67,7 @@ module Carbon
67
67
  return_type = opts[:debug_return_type] || 'OrganizationResponse'
68
68
 
69
69
  # auth_names
70
- auth_names = opts[:debug_auth_names] || ['accessToken']
70
+ auth_names = opts[:debug_auth_names] || ['apiKey']
71
71
 
72
72
  new_options = opts.merge(
73
73
  :operation => :"OrganizationsApi.get",
@@ -88,7 +88,7 @@ module Carbon
88
88
  return_type = opts[:debug_return_type] || 'GenericSuccessResponse'
89
89
 
90
90
  # auth_names
91
- auth_names = opts[:debug_auth_names] || ['accessToken']
91
+ auth_names = opts[:debug_auth_names] || ['apiKey']
92
92
 
93
93
  new_options = opts.merge(
94
94
  :operation => :"UsersApi.delete",
@@ -180,7 +180,7 @@ module Carbon
180
180
  return_type = opts[:debug_return_type] || 'UserResponse'
181
181
 
182
182
  # auth_names
183
- auth_names = opts[:debug_auth_names] || ['accessToken']
183
+ auth_names = opts[:debug_auth_names] || ['apiKey']
184
184
 
185
185
  new_options = opts.merge(
186
186
  :operation => :"UsersApi.get",
@@ -372,7 +372,7 @@ module Carbon
372
372
  return_type = opts[:debug_return_type] || 'GenericSuccessResponse'
373
373
 
374
374
  # auth_names
375
- auth_names = opts[:debug_auth_names] || ['accessToken']
375
+ auth_names = opts[:debug_auth_names] || ['apiKey']
376
376
 
377
377
  new_options = opts.merge(
378
378
  :operation => :"UsersApi.update_users",
@@ -88,7 +88,7 @@ module Carbon
88
88
  return_type = opts[:debug_return_type] || 'Webhook'
89
89
 
90
90
  # auth_names
91
- auth_names = opts[:debug_auth_names] || ['accessToken']
91
+ auth_names = opts[:debug_auth_names] || ['apiKey']
92
92
 
93
93
  new_options = opts.merge(
94
94
  :operation => :"WebhooksApi.add_url",
@@ -167,7 +167,7 @@ module Carbon
167
167
  return_type = opts[:debug_return_type] || 'GenericSuccessResponse'
168
168
 
169
169
  # auth_names
170
- auth_names = opts[:debug_auth_names] || ['accessToken']
170
+ auth_names = opts[:debug_auth_names] || ['apiKey']
171
171
 
172
172
  new_options = opts.merge(
173
173
  :operation => :"WebhooksApi.delete_url",
@@ -271,7 +271,7 @@ module Carbon
271
271
  return_type = opts[:debug_return_type] || 'WebhookQueryResponse'
272
272
 
273
273
  # auth_names
274
- auth_names = opts[:debug_auth_names] || ['accessToken']
274
+ auth_names = opts[:debug_auth_names] || ['apiKey']
275
275
 
276
276
  new_options = opts.merge(
277
277
  :operation => :"WebhooksApi.urls",
@@ -7,5 +7,5 @@ The version of the OpenAPI document: 1.0.0
7
7
  =end
8
8
 
9
9
  module Carbon
10
- VERSION = '0.1.9'
10
+ VERSION = '0.1.10'
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carbon_ruby_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konfig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-21 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday