carbon_ruby_sdk 0.2.12 → 0.2.13

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: e46e23bcb9933bb4467a940645cf27e79739674f7969d70a655f3ab55bef38c7
4
- data.tar.gz: 5cae95c5ebd2db0bcef1291135198008b03b32cd80ec21adb70b5615a61fbac1
3
+ metadata.gz: 6f5356ef6b97275e36178edc2106d03f4c3be7ce47204b9cd430268e899cc2ae
4
+ data.tar.gz: 58bcdb0b5b3769e7c6c33ed7c4a31fe31883988f469e99bc3be8e90bd083d927
5
5
  SHA512:
6
- metadata.gz: c36c755ccf4bdf990f59bedd164b2d3e9d8af63ff2ce29c2100c2d82c49df696a1d9f66fc855f05576c31326353f30f68bf88edf43d59f3ec3fe5517780f7f11
7
- data.tar.gz: f36a6432f38fcd3e376c9fba1f37f3ec7e8a4b33b9f6daccf67ea753e9b2de9d88f8e4f7b8e20b1a6ab40f33101c48a7c2ab981c513a1e4d71c3117601ba0ab8
6
+ metadata.gz: 1b81ae8f7ce5e7f98141505197f165fa7a6a14c06194d464d97a3b1c8457fe46b77c1818d2b46a4e07f3adde982d19bd72ad8bb84d3233260e40367e07921254
7
+ data.tar.gz: feee1ada6d4638ac689363fe004450c1c47c17705fd7b5223e4741558cb9e5bc505df4bfca5554eb5ec944d68d869ffeafd9e44bb6be308db350c9dcca1c8c21
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- carbon_ruby_sdk (0.2.11)
4
+ carbon_ruby_sdk (0.2.12)
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.2.12-blue)](https://rubygems.org/gems/carbon_ruby_sdk/versions/0.2.12)
9
+ [![npm](https://img.shields.io/badge/gem-v0.2.13-blue)](https://rubygems.org/gems/carbon_ruby_sdk/versions/0.2.13)
10
10
 
11
11
  </div>
12
12
 
@@ -91,7 +91,7 @@ Connect external data to LLMs, no matter the source.
91
91
  Add to Gemfile:
92
92
 
93
93
  ```ruby
94
- gem 'carbon_ruby_sdk', '~> 0.2.12'
94
+ gem 'carbon_ruby_sdk', '~> 0.2.13'
95
95
  ```
96
96
 
97
97
  ## Getting Started<a id="getting-started"></a>
@@ -1296,7 +1296,7 @@ result = carbon.integrations.connect_data_source(
1296
1296
  "prepend_filename_to_chunks" => false,
1297
1297
  "sync_files_on_connection" => true,
1298
1298
  "set_page_as_boundary" => false,
1299
- "request_id" => "0210abaa-8c19-4ac6-9c4b-fb856acce902",
1299
+ "request_id" => "a486f437-9dc6-4baa-960f-3731ff5ae078",
1300
1300
  "enable_file_picker" => true,
1301
1301
  "sync_source_items" => true,
1302
1302
  "incremental_sync" => false,
@@ -1516,7 +1516,7 @@ result = carbon.integrations.get_oauth_url(
1516
1516
  set_page_as_boundary: false,
1517
1517
  data_source_id: 1,
1518
1518
  connecting_new_account: false,
1519
- request_id: "1c47fc7c-4c6e-466f-9bf9-979ad9dc87a7",
1519
+ request_id: "e381f47f-50ca-416e-b1a9-39661bde5520",
1520
1520
  use_ocr: false,
1521
1521
  parse_pdf_tables_with_ocr: false,
1522
1522
  enable_file_picker: true,
@@ -1577,7 +1577,7 @@ Enable OCR for files that support it. Supported formats: pdf
1577
1577
  ##### parse_pdf_tables_with_ocr: `Boolean`<a id="parse_pdf_tables_with_ocr-boolean"></a>
1578
1578
  ##### enable_file_picker: `Boolean`<a id="enable_file_picker-boolean"></a>
1579
1579
  Enable integration's file picker for sources that support it. Supported sources:
1580
- GOOGLE_DRIVE, DROPBOX, BOX, ONEDRIVE, SHAREPOINT
1580
+ BOX, ONEDRIVE, SHAREPOINT, DROPBOX, GOOGLE_DRIVE
1581
1581
 
1582
1582
  ##### sync_source_items: `Boolean`<a id="sync_source_items-boolean"></a>
1583
1583
  Enabling this flag will fetch all available content from the source to be listed
@@ -1877,7 +1877,7 @@ result = carbon.integrations.sync_confluence(
1877
1877
  prepend_filename_to_chunks: false,
1878
1878
  max_items_per_chunk: 1,
1879
1879
  set_page_as_boundary: false,
1880
- request_id: "791318ee-229d-4c64-bb0a-2563b8014484",
1880
+ request_id: "3d5122a0-73e5-4674-b4b4-26ff5ad078fa",
1881
1881
  use_ocr: false,
1882
1882
  parse_pdf_tables_with_ocr: false,
1883
1883
  incremental_sync: false,
@@ -1982,7 +1982,7 @@ result = carbon.integrations.sync_files(
1982
1982
  prepend_filename_to_chunks: false,
1983
1983
  max_items_per_chunk: 1,
1984
1984
  set_page_as_boundary: false,
1985
- request_id: "791318ee-229d-4c64-bb0a-2563b8014484",
1985
+ request_id: "3d5122a0-73e5-4674-b4b4-26ff5ad078fa",
1986
1986
  use_ocr: false,
1987
1987
  parse_pdf_tables_with_ocr: false,
1988
1988
  incremental_sync: false,
@@ -653,13 +653,13 @@ module Carbon
653
653
  # @param request_id [String] This request id will be added to all files that get synced using the generated OAuth URL
654
654
  # @param use_ocr [Boolean] Enable OCR for files that support it. Supported formats: pdf
655
655
  # @param parse_pdf_tables_with_ocr [Boolean]
656
- # @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: GOOGLE_DRIVE, DROPBOX, BOX, ONEDRIVE, SHAREPOINT
656
+ # @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: BOX, ONEDRIVE, SHAREPOINT, DROPBOX, GOOGLE_DRIVE
657
657
  # @param sync_source_items [Boolean] Enabling this flag will fetch all available content from the source to be listed via list items endpoint
658
658
  # @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, INTERCOM, GMAIL, OUTLOOK. It will be ignored for other data sources.
659
659
  # @param file_sync_config [FileSyncConfigNullable]
660
660
  # @param body [OAuthURLRequest]
661
661
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
662
- 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: '1c47fc7c-4c6e-466f-9bf9-979ad9dc87a7', 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: {})
662
+ 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: 'e381f47f-50ca-416e-b1a9-39661bde5520', 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: {})
663
663
  _body = {}
664
664
  _body[:tags] = tags if tags != SENTINEL
665
665
  _body[:scope] = scope if scope != SENTINEL
@@ -721,13 +721,13 @@ module Carbon
721
721
  # @param request_id [String] This request id will be added to all files that get synced using the generated OAuth URL
722
722
  # @param use_ocr [Boolean] Enable OCR for files that support it. Supported formats: pdf
723
723
  # @param parse_pdf_tables_with_ocr [Boolean]
724
- # @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: GOOGLE_DRIVE, DROPBOX, BOX, ONEDRIVE, SHAREPOINT
724
+ # @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: BOX, ONEDRIVE, SHAREPOINT, DROPBOX, GOOGLE_DRIVE
725
725
  # @param sync_source_items [Boolean] Enabling this flag will fetch all available content from the source to be listed via list items endpoint
726
726
  # @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, INTERCOM, GMAIL, OUTLOOK. It will be ignored for other data sources.
727
727
  # @param file_sync_config [FileSyncConfigNullable]
728
728
  # @param body [OAuthURLRequest]
729
729
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
730
- 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: '1c47fc7c-4c6e-466f-9bf9-979ad9dc87a7', 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: {})
730
+ 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: 'e381f47f-50ca-416e-b1a9-39661bde5520', 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: {})
731
731
  _body = {}
732
732
  _body[:tags] = tags if tags != SENTINEL
733
733
  _body[:scope] = scope if scope != SENTINEL
@@ -1640,7 +1640,7 @@ module Carbon
1640
1640
  # @param file_sync_config [FileSyncConfigNullable]
1641
1641
  # @param body [SyncFilesRequest]
1642
1642
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
1643
- 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: '791318ee-229d-4c64-bb0a-2563b8014484', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
1643
+ 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: '3d5122a0-73e5-4674-b4b4-26ff5ad078fa', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
1644
1644
  _body = {}
1645
1645
  _body[:tags] = tags if tags != SENTINEL
1646
1646
  _body[:data_source_id] = data_source_id if data_source_id != SENTINEL
@@ -1688,7 +1688,7 @@ module Carbon
1688
1688
  # @param file_sync_config [FileSyncConfigNullable]
1689
1689
  # @param body [SyncFilesRequest]
1690
1690
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
1691
- 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: '791318ee-229d-4c64-bb0a-2563b8014484', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
1691
+ 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: '3d5122a0-73e5-4674-b4b4-26ff5ad078fa', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
1692
1692
  _body = {}
1693
1693
  _body[:tags] = tags if tags != SENTINEL
1694
1694
  _body[:data_source_id] = data_source_id if data_source_id != SENTINEL
@@ -1896,7 +1896,7 @@ module Carbon
1896
1896
  # @param file_sync_config [FileSyncConfigNullable]
1897
1897
  # @param body [SyncFilesRequest]
1898
1898
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
1899
- 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: '791318ee-229d-4c64-bb0a-2563b8014484', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
1899
+ 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: '3d5122a0-73e5-4674-b4b4-26ff5ad078fa', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
1900
1900
  _body = {}
1901
1901
  _body[:tags] = tags if tags != SENTINEL
1902
1902
  _body[:data_source_id] = data_source_id if data_source_id != SENTINEL
@@ -1944,7 +1944,7 @@ module Carbon
1944
1944
  # @param file_sync_config [FileSyncConfigNullable]
1945
1945
  # @param body [SyncFilesRequest]
1946
1946
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
1947
- 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: '791318ee-229d-4c64-bb0a-2563b8014484', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
1947
+ 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: '3d5122a0-73e5-4674-b4b4-26ff5ad078fa', use_ocr: false, parse_pdf_tables_with_ocr: false, incremental_sync: false, file_sync_config: SENTINEL, extra: {})
1948
1948
  _body = {}
1949
1949
  _body[:tags] = tags if tags != SENTINEL
1950
1950
  _body[:data_source_id] = data_source_id if data_source_id != SENTINEL
@@ -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: GOOGLE_DRIVE, DROPBOX, BOX, ONEDRIVE, SHAREPOINT
64
+ # Enable integration's file picker for sources that support it. Supported sources: BOX, ONEDRIVE, SHAREPOINT, DROPBOX, GOOGLE_DRIVE
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 = '1c47fc7c-4c6e-466f-9bf9-979ad9dc87a7'
282
+ self.request_id = 'e381f47f-50ca-416e-b1a9-39661bde5520'
283
283
  end
284
284
 
285
285
  if attributes.key?(:'use_ocr')
@@ -56,6 +56,9 @@ module Carbon
56
56
  # If true, the query will return containers in the response. Containers are files that group other files together and have no content themselves. Default behavior is to include containers.
57
57
  attr_accessor :include_containers
58
58
 
59
+ # The external URLs of the files. The query will return files with these external URLs.
60
+ attr_accessor :external_urls
61
+
59
62
  # Attribute mapping from ruby-style variable name to JSON key.
60
63
  def self.attribute_map
61
64
  {
@@ -74,7 +77,8 @@ module Carbon
74
77
  :'non_synced_only' => :'non_synced_only',
75
78
  :'request_ids' => :'request_ids',
76
79
  :'sync_error_message' => :'sync_error_message',
77
- :'include_containers' => :'include_containers'
80
+ :'include_containers' => :'include_containers',
81
+ :'external_urls' => :'external_urls'
78
82
  }
79
83
  end
80
84
 
@@ -101,7 +105,8 @@ module Carbon
101
105
  :'non_synced_only' => :'Boolean',
102
106
  :'request_ids' => :'Array<String>',
103
107
  :'sync_error_message' => :'String',
104
- :'include_containers' => :'Boolean'
108
+ :'include_containers' => :'Boolean',
109
+ :'external_urls' => :'Array<String>'
105
110
  }
106
111
  end
107
112
 
@@ -121,7 +126,8 @@ module Carbon
121
126
  :'root_files_only',
122
127
  :'request_ids',
123
128
  :'sync_error_message',
124
- :'include_containers'
129
+ :'include_containers',
130
+ :'external_urls'
125
131
  ])
126
132
  end
127
133
 
@@ -223,6 +229,12 @@ module Carbon
223
229
  if attributes.key?(:'include_containers')
224
230
  self.include_containers = attributes[:'include_containers']
225
231
  end
232
+
233
+ if attributes.key?(:'external_urls')
234
+ if (value = attributes[:'external_urls']).is_a?(Array)
235
+ self.external_urls = value
236
+ end
237
+ end
226
238
  end
227
239
 
228
240
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -273,7 +285,8 @@ module Carbon
273
285
  non_synced_only == o.non_synced_only &&
274
286
  request_ids == o.request_ids &&
275
287
  sync_error_message == o.sync_error_message &&
276
- include_containers == o.include_containers
288
+ include_containers == o.include_containers &&
289
+ external_urls == o.external_urls
277
290
  end
278
291
 
279
292
  # @see the `==` method
@@ -285,7 +298,7 @@ module Carbon
285
298
  # Calculates hash code according to all attributes.
286
299
  # @return [Integer] Hash code
287
300
  def hash
288
- [tags, source, name, tags_v2, ids, external_file_ids, sync_statuses, parent_file_ids, organization_user_data_source_id, embedding_generators, root_files_only, include_all_children, non_synced_only, request_ids, sync_error_message, include_containers].hash
301
+ [tags, source, name, tags_v2, ids, external_file_ids, sync_statuses, parent_file_ids, organization_user_data_source_id, embedding_generators, root_files_only, include_all_children, non_synced_only, request_ids, sync_error_message, include_containers, external_urls].hash
289
302
  end
290
303
 
291
304
  # Builds the object from hash
@@ -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 = '791318ee-229d-4c64-bb0a-2563b8014484'
190
+ self.request_id = '3d5122a0-73e5-4674-b4b4-26ff5ad078fa'
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 = '0210abaa-8c19-4ac6-9c4b-fb856acce902'
185
+ self.request_id = 'a486f437-9dc6-4baa-960f-3731ff5ae078'
186
186
  end
187
187
 
188
188
  if attributes.key?(:'enable_file_picker')
@@ -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.2.12'
10
+ VERSION = '0.2.13'
11
11
  end
@@ -115,4 +115,10 @@ describe Carbon::OrganizationUserFilesToSyncFilters do
115
115
  end
116
116
  end
117
117
 
118
+ describe 'test attribute "external_urls"' do
119
+ it 'should work' do
120
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
121
+ end
122
+ end
123
+
118
124
  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.2.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konfig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-09 00:00:00.000000000 Z
11
+ date: 2024-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday