carbon_ruby_sdk 0.1.29 → 0.1.30
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 +7 -7
- data/lib/carbon_ruby_sdk/api/embeddings_api.rb +1 -1
- data/lib/carbon_ruby_sdk/api/integrations_api.rb +8 -8
- data/lib/carbon_ruby_sdk/models/document_response.rb +11 -1
- data/lib/carbon_ruby_sdk/models/o_auth_url_request.rb +2 -2
- data/lib/carbon_ruby_sdk/models/sync_files_request.rb +1 -1
- data/lib/carbon_ruby_sdk/models/sync_options.rb +1 -1
- data/lib/carbon_ruby_sdk/version.rb +1 -1
- data/spec/models/document_response_spec.rb +6 -0
- 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: e0da4eabd53fba553816fc855b82c140993a8d180f7675f6dae1eb44cffe08a3
|
4
|
+
data.tar.gz: d118951186de69d73df5125a893c383e70e103f2919007b5bdd0af2a741492fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43a0ca99830497992d558d7903089b027303b4c933bf8825360a380647589d47f2dfafc7298ba1089c6de98f01b6faa77c656ba73a348d49f0213c431c70a3d0
|
7
|
+
data.tar.gz: f1a30355c416277aa7ab750208baddefbc2a664066d1e79ec48749c38574a4b0565efbc18374281a663df0e509646bf30bc5fdd07cadc27219f2fd092ad67a4f
|
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.30)
|
10
10
|
|
11
11
|
</div>
|
12
12
|
|
@@ -84,7 +84,7 @@ Connect external data to LLMs, no matter the source.
|
|
84
84
|
Add to Gemfile:
|
85
85
|
|
86
86
|
```ruby
|
87
|
-
gem 'carbon_ruby_sdk', '~> 0.1.
|
87
|
+
gem 'carbon_ruby_sdk', '~> 0.1.30'
|
88
88
|
```
|
89
89
|
|
90
90
|
## Getting Started<a id="getting-started"></a>
|
@@ -1202,7 +1202,7 @@ result = carbon.integrations.connect_data_source(
|
|
1202
1202
|
"prepend_filename_to_chunks" => false,
|
1203
1203
|
"sync_files_on_connection" => true,
|
1204
1204
|
"set_page_as_boundary" => false,
|
1205
|
-
"request_id" => "
|
1205
|
+
"request_id" => "a1705efc-e82e-40b3-afa0-1a1f2768df88",
|
1206
1206
|
"enable_file_picker" => true,
|
1207
1207
|
"sync_source_items" => true,
|
1208
1208
|
"incremental_sync" => false,
|
@@ -1415,7 +1415,7 @@ result = carbon.integrations.get_oauth_url(
|
|
1415
1415
|
set_page_as_boundary: false,
|
1416
1416
|
data_source_id: 1,
|
1417
1417
|
connecting_new_account: false,
|
1418
|
-
request_id: "
|
1418
|
+
request_id: "1bbe1daa-171c-4433-bdc6-cc4b23a6116f",
|
1419
1419
|
use_ocr: false,
|
1420
1420
|
parse_pdf_tables_with_ocr: false,
|
1421
1421
|
enable_file_picker: true,
|
@@ -1474,7 +1474,7 @@ Enable OCR for files that support it. Supported formats: pdf
|
|
1474
1474
|
##### parse_pdf_tables_with_ocr: `Boolean`<a id="parse_pdf_tables_with_ocr-boolean"></a>
|
1475
1475
|
##### enable_file_picker: `Boolean`<a id="enable_file_picker-boolean"></a>
|
1476
1476
|
Enable integration's file picker for sources that support it. Supported sources:
|
1477
|
-
|
1477
|
+
GOOGLE_DRIVE, ONEDRIVE, BOX, SHAREPOINT, DROPBOX
|
1478
1478
|
|
1479
1479
|
##### sync_source_items: `Boolean`<a id="sync_source_items-boolean"></a>
|
1480
1480
|
Enabling this flag will fetch all available content from the source to be listed
|
@@ -1736,7 +1736,7 @@ result = carbon.integrations.sync_confluence(
|
|
1736
1736
|
prepend_filename_to_chunks: false,
|
1737
1737
|
max_items_per_chunk: 1,
|
1738
1738
|
set_page_as_boundary: false,
|
1739
|
-
request_id: "
|
1739
|
+
request_id: "bc0352bc-3fc5-43a3-bd7d-0a03ff70fe0e",
|
1740
1740
|
use_ocr: false,
|
1741
1741
|
parse_pdf_tables_with_ocr: false,
|
1742
1742
|
incremental_sync: false,
|
@@ -1837,7 +1837,7 @@ result = carbon.integrations.sync_files(
|
|
1837
1837
|
prepend_filename_to_chunks: false,
|
1838
1838
|
max_items_per_chunk: 1,
|
1839
1839
|
set_page_as_boundary: false,
|
1840
|
-
request_id: "
|
1840
|
+
request_id: "bc0352bc-3fc5-43a3-bd7d-0a03ff70fe0e",
|
1841
1841
|
use_ocr: false,
|
1842
1842
|
parse_pdf_tables_with_ocr: false,
|
1843
1843
|
incremental_sync: false,
|
@@ -336,7 +336,7 @@ module Carbon
|
|
336
336
|
return_type = opts[:debug_return_type] || 'DocumentResponseList'
|
337
337
|
|
338
338
|
# auth_names
|
339
|
-
auth_names = opts[:debug_auth_names] || []
|
339
|
+
auth_names = opts[:debug_auth_names] || ['accessToken', 'apiKey', 'customerId']
|
340
340
|
|
341
341
|
new_options = opts.merge(
|
342
342
|
:operation => :"EmbeddingsApi.get_documents",
|
@@ -557,13 +557,13 @@ module Carbon
|
|
557
557
|
# @param request_id [String] This request id will be added to all files that get synced using the generated OAuth URL
|
558
558
|
# @param use_ocr [Boolean] Enable OCR for files that support it. Supported formats: pdf
|
559
559
|
# @param parse_pdf_tables_with_ocr [Boolean]
|
560
|
-
# @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources:
|
560
|
+
# @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: GOOGLE_DRIVE, ONEDRIVE, BOX, SHAREPOINT, DROPBOX
|
561
561
|
# @param sync_source_items [Boolean] Enabling this flag will fetch all available content from the source to be listed via list items endpoint
|
562
562
|
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX. It will be ignored for other data sources.
|
563
563
|
# @param file_sync_config [HelpdeskFileSyncConfigNullable]
|
564
564
|
# @param body [OAuthURLRequest]
|
565
565
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
566
|
-
def get_oauth_url(service:, tags: SENTINEL, scope: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', zendesk_subdomain: SENTINEL, microsoft_tenant: SENTINEL, sharepoint_site_name: SENTINEL, confluence_subdomain: SENTINEL, generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, salesforce_domain: SENTINEL, sync_files_on_connection: true, set_page_as_boundary: false, data_source_id: SENTINEL, connecting_new_account: false, request_id: '
|
566
|
+
def get_oauth_url(service:, tags: SENTINEL, scope: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', zendesk_subdomain: SENTINEL, microsoft_tenant: SENTINEL, sharepoint_site_name: SENTINEL, confluence_subdomain: SENTINEL, generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, salesforce_domain: SENTINEL, sync_files_on_connection: true, set_page_as_boundary: false, data_source_id: SENTINEL, connecting_new_account: false, request_id: '1bbe1daa-171c-4433-bdc6-cc4b23a6116f', use_ocr: false, parse_pdf_tables_with_ocr: false, enable_file_picker: true, sync_source_items: true, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
|
567
567
|
_body = {}
|
568
568
|
_body[:tags] = tags if tags != SENTINEL
|
569
569
|
_body[:scope] = scope if scope != SENTINEL
|
@@ -625,13 +625,13 @@ module Carbon
|
|
625
625
|
# @param request_id [String] This request id will be added to all files that get synced using the generated OAuth URL
|
626
626
|
# @param use_ocr [Boolean] Enable OCR for files that support it. Supported formats: pdf
|
627
627
|
# @param parse_pdf_tables_with_ocr [Boolean]
|
628
|
-
# @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources:
|
628
|
+
# @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: GOOGLE_DRIVE, ONEDRIVE, BOX, SHAREPOINT, DROPBOX
|
629
629
|
# @param sync_source_items [Boolean] Enabling this flag will fetch all available content from the source to be listed via list items endpoint
|
630
630
|
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX. It will be ignored for other data sources.
|
631
631
|
# @param file_sync_config [HelpdeskFileSyncConfigNullable]
|
632
632
|
# @param body [OAuthURLRequest]
|
633
633
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
634
|
-
def get_oauth_url_with_http_info(service:, tags: SENTINEL, scope: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', zendesk_subdomain: SENTINEL, microsoft_tenant: SENTINEL, sharepoint_site_name: SENTINEL, confluence_subdomain: SENTINEL, generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, salesforce_domain: SENTINEL, sync_files_on_connection: true, set_page_as_boundary: false, data_source_id: SENTINEL, connecting_new_account: false, request_id: '
|
634
|
+
def get_oauth_url_with_http_info(service:, tags: SENTINEL, scope: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', zendesk_subdomain: SENTINEL, microsoft_tenant: SENTINEL, sharepoint_site_name: SENTINEL, confluence_subdomain: SENTINEL, generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, salesforce_domain: SENTINEL, sync_files_on_connection: true, set_page_as_boundary: false, data_source_id: SENTINEL, connecting_new_account: false, request_id: '1bbe1daa-171c-4433-bdc6-cc4b23a6116f', use_ocr: false, parse_pdf_tables_with_ocr: false, enable_file_picker: true, sync_source_items: true, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
|
635
635
|
_body = {}
|
636
636
|
_body[:tags] = tags if tags != SENTINEL
|
637
637
|
_body[:scope] = scope if scope != SENTINEL
|
@@ -1427,7 +1427,7 @@ module Carbon
|
|
1427
1427
|
# @param file_sync_config [HelpdeskGlobalFileSyncConfigNullable]
|
1428
1428
|
# @param body [SyncFilesRequest]
|
1429
1429
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
1430
|
-
def sync_confluence(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: '
|
1430
|
+
def sync_confluence(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: 'bc0352bc-3fc5-43a3-bd7d-0a03ff70fe0e', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
|
1431
1431
|
_body = {}
|
1432
1432
|
_body[:tags] = tags if tags != SENTINEL
|
1433
1433
|
_body[:data_source_id] = data_source_id if data_source_id != SENTINEL
|
@@ -1475,7 +1475,7 @@ module Carbon
|
|
1475
1475
|
# @param file_sync_config [HelpdeskGlobalFileSyncConfigNullable]
|
1476
1476
|
# @param body [SyncFilesRequest]
|
1477
1477
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
1478
|
-
def sync_confluence_with_http_info(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: '
|
1478
|
+
def sync_confluence_with_http_info(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: 'bc0352bc-3fc5-43a3-bd7d-0a03ff70fe0e', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
|
1479
1479
|
_body = {}
|
1480
1480
|
_body[:tags] = tags if tags != SENTINEL
|
1481
1481
|
_body[:data_source_id] = data_source_id if data_source_id != SENTINEL
|
@@ -1683,7 +1683,7 @@ module Carbon
|
|
1683
1683
|
# @param file_sync_config [HelpdeskGlobalFileSyncConfigNullable]
|
1684
1684
|
# @param body [SyncFilesRequest]
|
1685
1685
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
1686
|
-
def sync_files(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: '
|
1686
|
+
def sync_files(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: 'bc0352bc-3fc5-43a3-bd7d-0a03ff70fe0e', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
|
1687
1687
|
_body = {}
|
1688
1688
|
_body[:tags] = tags if tags != SENTINEL
|
1689
1689
|
_body[:data_source_id] = data_source_id if data_source_id != SENTINEL
|
@@ -1731,7 +1731,7 @@ module Carbon
|
|
1731
1731
|
# @param file_sync_config [HelpdeskGlobalFileSyncConfigNullable]
|
1732
1732
|
# @param body [SyncFilesRequest]
|
1733
1733
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
1734
|
-
def sync_files_with_http_info(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: '
|
1734
|
+
def sync_files_with_http_info(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: 'bc0352bc-3fc5-43a3-bd7d-0a03ff70fe0e', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
|
1735
1735
|
_body = {}
|
1736
1736
|
_body[:tags] = tags if tags != SENTINEL
|
1737
1737
|
_body[:data_source_id] = data_source_id if data_source_id != SENTINEL
|
@@ -17,6 +17,8 @@ module Carbon
|
|
17
17
|
|
18
18
|
attr_accessor :file_id
|
19
19
|
|
20
|
+
attr_accessor :parent_file_id
|
21
|
+
|
20
22
|
attr_accessor :source
|
21
23
|
|
22
24
|
attr_accessor :source_url
|
@@ -41,6 +43,7 @@ module Carbon
|
|
41
43
|
:'tags' => :'tags',
|
42
44
|
:'content' => :'content',
|
43
45
|
:'file_id' => :'file_id',
|
46
|
+
:'parent_file_id' => :'parent_file_id',
|
44
47
|
:'source' => :'source',
|
45
48
|
:'source_url' => :'source_url',
|
46
49
|
:'source_type' => :'source_type',
|
@@ -64,6 +67,7 @@ module Carbon
|
|
64
67
|
:'tags' => :'Hash<String, Tags>',
|
65
68
|
:'content' => :'String',
|
66
69
|
:'file_id' => :'Integer',
|
70
|
+
:'parent_file_id' => :'Integer',
|
67
71
|
:'source' => :'String',
|
68
72
|
:'source_url' => :'String',
|
69
73
|
:'source_type' => :'DataSourceTypeNullable',
|
@@ -80,6 +84,7 @@ module Carbon
|
|
80
84
|
def self.openapi_nullable
|
81
85
|
Set.new([
|
82
86
|
:'tags',
|
87
|
+
:'parent_file_id',
|
83
88
|
:'source',
|
84
89
|
:'source_url',
|
85
90
|
:'source_type',
|
@@ -121,6 +126,10 @@ module Carbon
|
|
121
126
|
self.file_id = attributes[:'file_id']
|
122
127
|
end
|
123
128
|
|
129
|
+
if attributes.key?(:'parent_file_id')
|
130
|
+
self.parent_file_id = attributes[:'parent_file_id']
|
131
|
+
end
|
132
|
+
|
124
133
|
if attributes.key?(:'source')
|
125
134
|
self.source = attributes[:'source']
|
126
135
|
end
|
@@ -191,6 +200,7 @@ module Carbon
|
|
191
200
|
tags == o.tags &&
|
192
201
|
content == o.content &&
|
193
202
|
file_id == o.file_id &&
|
203
|
+
parent_file_id == o.parent_file_id &&
|
194
204
|
source == o.source &&
|
195
205
|
source_url == o.source_url &&
|
196
206
|
source_type == o.source_type &&
|
@@ -211,7 +221,7 @@ module Carbon
|
|
211
221
|
# Calculates hash code according to all attributes.
|
212
222
|
# @return [Integer] Hash code
|
213
223
|
def hash
|
214
|
-
[tags, content, file_id, source, source_url, source_type, presigned_url, vector, score, rank, content_metadata, chunk_index].hash
|
224
|
+
[tags, content, file_id, parent_file_id, source, source_url, source_type, presigned_url, vector, score, rank, content_metadata, chunk_index].hash
|
215
225
|
end
|
216
226
|
|
217
227
|
# Builds the object from hash
|
@@ -61,7 +61,7 @@ module Carbon
|
|
61
61
|
|
62
62
|
attr_accessor :parse_pdf_tables_with_ocr
|
63
63
|
|
64
|
-
# Enable integration's file picker for sources that support it. Supported sources:
|
64
|
+
# Enable integration's file picker for sources that support it. Supported sources: GOOGLE_DRIVE, ONEDRIVE, BOX, SHAREPOINT, DROPBOX
|
65
65
|
attr_accessor :enable_file_picker
|
66
66
|
|
67
67
|
# Enabling this flag will fetch all available content from the source to be listed via list items endpoint
|
@@ -279,7 +279,7 @@ module Carbon
|
|
279
279
|
if attributes.key?(:'request_id')
|
280
280
|
self.request_id = attributes[:'request_id']
|
281
281
|
else
|
282
|
-
self.request_id = '
|
282
|
+
self.request_id = '1bbe1daa-171c-4433-bdc6-cc4b23a6116f'
|
283
283
|
end
|
284
284
|
|
285
285
|
if attributes.key?(:'use_ocr')
|
@@ -187,7 +187,7 @@ module Carbon
|
|
187
187
|
if attributes.key?(:'request_id')
|
188
188
|
self.request_id = attributes[:'request_id']
|
189
189
|
else
|
190
|
-
self.request_id = '
|
190
|
+
self.request_id = 'bc0352bc-3fc5-43a3-bd7d-0a03ff70fe0e'
|
191
191
|
end
|
192
192
|
|
193
193
|
if attributes.key?(:'use_ocr')
|
@@ -182,7 +182,7 @@ module Carbon
|
|
182
182
|
if attributes.key?(:'request_id')
|
183
183
|
self.request_id = attributes[:'request_id']
|
184
184
|
else
|
185
|
-
self.request_id = '
|
185
|
+
self.request_id = 'a1705efc-e82e-40b3-afa0-1a1f2768df88'
|
186
186
|
end
|
187
187
|
|
188
188
|
if attributes.key?(:'enable_file_picker')
|
@@ -37,6 +37,12 @@ describe Carbon::DocumentResponse do
|
|
37
37
|
end
|
38
38
|
end
|
39
39
|
|
40
|
+
describe 'test attribute "parent_file_id"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
40
46
|
describe 'test attribute "source"' do
|
41
47
|
it 'should work' do
|
42
48
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
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.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konfig
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|