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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/carbon_ruby_sdk/api/auth_api.rb +1 -1
- data/lib/carbon_ruby_sdk/api/organizations_api.rb +1 -1
- data/lib/carbon_ruby_sdk/api/users_api.rb +3 -3
- data/lib/carbon_ruby_sdk/api/webhooks_api.rb +3 -3
- data/lib/carbon_ruby_sdk/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e8a8eb45033cb39e0608a9ccc89598496a9ceab4bb7c53d33b4669fc6494670
|
|
4
|
+
data.tar.gz: 8cf3c4a34982d6a51a79ba7bd9796ff576a0bb2b5bb1ce01eae8ed98ec0aec98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f22bd4a492c7a732de9ff4224be1d645955610d55aa3e401505867da959167ab70915ee850a480094969271e5c0d2b96aa5dad9cb2fb5cecec52db6c33711be3
|
|
7
|
+
data.tar.gz: ff1670389a050caa7329f3fd10fbc1f4795b19172115d098fa1399886201c911b5b616e0d5d404db102110a7d41f605a7da12ae476c582318a76113c0a4e7355
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Connect external data to LLMs, no matter the source.
|
|
8
8
|
|
|
9
|
-
[](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.
|
|
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] || ['
|
|
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] || ['
|
|
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] || ['
|
|
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] || ['
|
|
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] || ['
|
|
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] || ['
|
|
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] || ['
|
|
274
|
+
auth_names = opts[:debug_auth_names] || ['apiKey']
|
|
275
275
|
|
|
276
276
|
new_options = opts.merge(
|
|
277
277
|
:operation => :"WebhooksApi.urls",
|
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.
|
|
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-
|
|
11
|
+
date: 2024-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|