trieve_ruby_client 0.3.4 → 0.3.5
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/README.md +5 -12
- data/docs/AuthApi.md +1 -6
- data/docs/ChunkApi.md +12 -72
- data/docs/ChunkGroupApi.md +15 -90
- data/docs/DatasetApi.md +6 -36
- data/docs/EventsApi.md +1 -6
- data/docs/FileApi.md +4 -24
- data/docs/InvitationApi.md +1 -6
- data/docs/MessageApi.md +4 -24
- data/docs/OrganizationApi.md +6 -36
- data/docs/StripeApi.md +2 -12
- data/docs/TopicApi.md +4 -24
- data/docs/UserApi.md +3 -18
- data/lib/trieve_ruby_client/api/auth_api.rb +2 -2
- data/lib/trieve_ruby_client/api/chunk_api.rb +13 -13
- data/lib/trieve_ruby_client/api/chunk_group_api.rb +16 -16
- data/lib/trieve_ruby_client/api/dataset_api.rb +7 -7
- data/lib/trieve_ruby_client/api/events_api.rb +2 -2
- data/lib/trieve_ruby_client/api/file_api.rb +5 -5
- data/lib/trieve_ruby_client/api/health_api.rb +1 -1
- data/lib/trieve_ruby_client/api/invitation_api.rb +2 -2
- data/lib/trieve_ruby_client/api/message_api.rb +5 -5
- data/lib/trieve_ruby_client/api/organization_api.rb +7 -7
- data/lib/trieve_ruby_client/api/stripe_api.rb +3 -3
- data/lib/trieve_ruby_client/api/topic_api.rb +5 -5
- data/lib/trieve_ruby_client/api/user_api.rb +4 -4
- data/lib/trieve_ruby_client/api_client.rb +1 -1
- data/lib/trieve_ruby_client/api_error.rb +1 -1
- data/lib/trieve_ruby_client/configuration.rb +1 -8
- data/lib/trieve_ruby_client/models/add_chunk_to_group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/api_key_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/bookmark_data.rb +1 -1
- data/lib/trieve_ruby_client/models/bookmark_group_result.rb +1 -1
- data/lib/trieve_ruby_client/models/chat_message_proxy.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_filter.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_group.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_group_and_file.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_metadata.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_metadata_with_file_data.rb +1 -1
- data/lib/trieve_ruby_client/models/client_dataset_configuration.rb +1 -1
- data/lib/trieve_ruby_client/models/create_chunk_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_chunk_group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_dataset_request.rb +1 -1
- data/lib/trieve_ruby_client/models/create_message_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_organization_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_topic_data.rb +1 -1
- data/lib/trieve_ruby_client/models/dataset.rb +1 -1
- data/lib/trieve_ruby_client/models/dataset_and_usage.rb +1 -1
- data/lib/trieve_ruby_client/models/dataset_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/dataset_usage_count.rb +1 -1
- data/lib/trieve_ruby_client/models/delete_dataset_request.rb +1 -1
- data/lib/trieve_ruby_client/models/delete_topic_data.rb +1 -1
- data/lib/trieve_ruby_client/models/delete_user_api_key_request.rb +1 -1
- data/lib/trieve_ruby_client/models/edit_message_data.rb +1 -1
- data/lib/trieve_ruby_client/models/error_response_body.rb +1 -1
- data/lib/trieve_ruby_client/models/event.rb +1 -1
- data/lib/trieve_ruby_client/models/event_return.rb +1 -1
- data/lib/trieve_ruby_client/models/field_condition.rb +1 -1
- data/lib/trieve_ruby_client/models/file.rb +1 -1
- data/lib/trieve_ruby_client/models/file_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/generate_chunks_request.rb +1 -1
- data/lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb +1 -1
- data/lib/trieve_ruby_client/models/group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/group_score_chunk_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/invitation_data.rb +1 -1
- data/lib/trieve_ruby_client/models/match_condition.rb +1 -1
- data/lib/trieve_ruby_client/models/message.rb +1 -1
- data/lib/trieve_ruby_client/models/organization.rb +1 -1
- data/lib/trieve_ruby_client/models/organization_usage_count.rb +1 -1
- data/lib/trieve_ruby_client/models/range.rb +1 -1
- data/lib/trieve_ruby_client/models/reccomend_group_chunks_request.rb +1 -1
- data/lib/trieve_ruby_client/models/recommend_chunks_request.rb +1 -1
- data/lib/trieve_ruby_client/models/regenerate_message_data.rb +1 -1
- data/lib/trieve_ruby_client/models/return_queued_chunk.rb +1 -1
- data/lib/trieve_ruby_client/models/score_chunk_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/search_chunk_data.rb +1 -1
- data/lib/trieve_ruby_client/models/search_chunk_query_response_body.rb +1 -1
- data/lib/trieve_ruby_client/models/search_groups_result.rb +1 -1
- data/lib/trieve_ruby_client/models/search_over_groups_data.rb +1 -1
- data/lib/trieve_ruby_client/models/search_over_groups_response_body.rb +1 -1
- data/lib/trieve_ruby_client/models/search_within_group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/set_user_api_key_request.rb +1 -1
- data/lib/trieve_ruby_client/models/set_user_api_key_response.rb +1 -1
- data/lib/trieve_ruby_client/models/slim_group.rb +1 -1
- data/lib/trieve_ruby_client/models/slim_user.rb +1 -1
- data/lib/trieve_ruby_client/models/stripe_plan.rb +1 -1
- data/lib/trieve_ruby_client/models/stripe_subscription.rb +1 -1
- data/lib/trieve_ruby_client/models/suggested_queries_request.rb +1 -1
- data/lib/trieve_ruby_client/models/suggested_queries_response.rb +1 -1
- data/lib/trieve_ruby_client/models/topic.rb +1 -1
- data/lib/trieve_ruby_client/models/update_chunk_by_tracking_id_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_chunk_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_chunk_group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_dataset_request.rb +1 -1
- data/lib/trieve_ruby_client/models/update_group_by_tracking_id_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_organization_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_topic_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_user_data.rb +1 -1
- data/lib/trieve_ruby_client/models/upload_file_data.rb +1 -1
- data/lib/trieve_ruby_client/models/upload_file_result.rb +1 -1
- data/lib/trieve_ruby_client/models/user_organization.rb +1 -1
- data/lib/trieve_ruby_client/version.rb +2 -2
- data/lib/trieve_ruby_client.rb +1 -1
- data/openapi-generator.yaml +2 -2
- data/openapi.json +1 -6
- data/spec/spec_helper.rb +1 -1
- data/trieve_ruby_client-0.3.4.gem +0 -0
- data/trieve_ruby_client-0.3.41.gem +0 -0
- data/trieve_ruby_client.gemspec +2 -2
- metadata +5 -2
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -75,7 +75,7 @@ module TrieveRubyClient
|
|
75
75
|
return_type = opts[:debug_return_type] || 'ReturnQueuedChunk'
|
76
76
|
|
77
77
|
# auth_names
|
78
|
-
auth_names = opts[:debug_auth_names] || ['
|
78
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
79
79
|
|
80
80
|
new_options = opts.merge(
|
81
81
|
:operation => :"ChunkApi.bulk_create_chunk",
|
@@ -150,7 +150,7 @@ module TrieveRubyClient
|
|
150
150
|
return_type = opts[:debug_return_type] || 'ReturnQueuedChunk'
|
151
151
|
|
152
152
|
# auth_names
|
153
|
-
auth_names = opts[:debug_auth_names] || ['
|
153
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
154
154
|
|
155
155
|
new_options = opts.merge(
|
156
156
|
:operation => :"ChunkApi.create_chunk",
|
@@ -225,7 +225,7 @@ module TrieveRubyClient
|
|
225
225
|
return_type = opts[:debug_return_type] || 'SuggestedQueriesResponse'
|
226
226
|
|
227
227
|
# auth_names
|
228
|
-
auth_names = opts[:debug_auth_names] || ['
|
228
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
229
229
|
|
230
230
|
new_options = opts.merge(
|
231
231
|
:operation => :"ChunkApi.create_suggested_queries_handler",
|
@@ -297,7 +297,7 @@ module TrieveRubyClient
|
|
297
297
|
return_type = opts[:debug_return_type]
|
298
298
|
|
299
299
|
# auth_names
|
300
|
-
auth_names = opts[:debug_auth_names] || ['
|
300
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
301
301
|
|
302
302
|
new_options = opts.merge(
|
303
303
|
:operation => :"ChunkApi.delete_chunk",
|
@@ -367,7 +367,7 @@ module TrieveRubyClient
|
|
367
367
|
return_type = opts[:debug_return_type]
|
368
368
|
|
369
369
|
# auth_names
|
370
|
-
auth_names = opts[:debug_auth_names] || ['
|
370
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
371
371
|
|
372
372
|
new_options = opts.merge(
|
373
373
|
:operation => :"ChunkApi.delete_chunk_by_tracking_id",
|
@@ -442,7 +442,7 @@ module TrieveRubyClient
|
|
442
442
|
return_type = opts[:debug_return_type] || 'String'
|
443
443
|
|
444
444
|
# auth_names
|
445
|
-
auth_names = opts[:debug_auth_names] || ['
|
445
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
446
446
|
|
447
447
|
new_options = opts.merge(
|
448
448
|
:operation => :"ChunkApi.generate_off_chunks",
|
@@ -514,7 +514,7 @@ module TrieveRubyClient
|
|
514
514
|
return_type = opts[:debug_return_type] || 'ChunkMetadata'
|
515
515
|
|
516
516
|
# auth_names
|
517
|
-
auth_names = opts[:debug_auth_names] || ['
|
517
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
518
518
|
|
519
519
|
new_options = opts.merge(
|
520
520
|
:operation => :"ChunkApi.get_chunk_by_id",
|
@@ -584,7 +584,7 @@ module TrieveRubyClient
|
|
584
584
|
return_type = opts[:debug_return_type] || 'ChunkMetadata'
|
585
585
|
|
586
586
|
# auth_names
|
587
|
-
auth_names = opts[:debug_auth_names] || ['
|
587
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
588
588
|
|
589
589
|
new_options = opts.merge(
|
590
590
|
:operation => :"ChunkApi.get_chunk_by_tracking_id",
|
@@ -659,7 +659,7 @@ module TrieveRubyClient
|
|
659
659
|
return_type = opts[:debug_return_type] || 'Array<ChunkMetadataWithFileData>'
|
660
660
|
|
661
661
|
# auth_names
|
662
|
-
auth_names = opts[:debug_auth_names] || ['
|
662
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
663
663
|
|
664
664
|
new_options = opts.merge(
|
665
665
|
:operation => :"ChunkApi.get_recommended_chunks",
|
@@ -734,7 +734,7 @@ module TrieveRubyClient
|
|
734
734
|
return_type = opts[:debug_return_type] || 'SearchChunkQueryResponseBody'
|
735
735
|
|
736
736
|
# auth_names
|
737
|
-
auth_names = opts[:debug_auth_names] || ['
|
737
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
738
738
|
|
739
739
|
new_options = opts.merge(
|
740
740
|
:operation => :"ChunkApi.search_chunk",
|
@@ -809,7 +809,7 @@ module TrieveRubyClient
|
|
809
809
|
return_type = opts[:debug_return_type]
|
810
810
|
|
811
811
|
# auth_names
|
812
|
-
auth_names = opts[:debug_auth_names] || ['
|
812
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
813
813
|
|
814
814
|
new_options = opts.merge(
|
815
815
|
:operation => :"ChunkApi.update_chunk",
|
@@ -884,7 +884,7 @@ module TrieveRubyClient
|
|
884
884
|
return_type = opts[:debug_return_type]
|
885
885
|
|
886
886
|
# auth_names
|
887
|
-
auth_names = opts[:debug_auth_names] || ['
|
887
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
888
888
|
|
889
889
|
new_options = opts.merge(
|
890
890
|
:operation => :"ChunkApi.update_chunk_by_tracking_id",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -81,7 +81,7 @@ module TrieveRubyClient
|
|
81
81
|
return_type = opts[:debug_return_type]
|
82
82
|
|
83
83
|
# auth_names
|
84
|
-
auth_names = opts[:debug_auth_names] || ['
|
84
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
85
85
|
|
86
86
|
new_options = opts.merge(
|
87
87
|
:operation => :"ChunkGroupApi.add_chunk_to_group",
|
@@ -162,7 +162,7 @@ module TrieveRubyClient
|
|
162
162
|
return_type = opts[:debug_return_type]
|
163
163
|
|
164
164
|
# auth_names
|
165
|
-
auth_names = opts[:debug_auth_names] || ['
|
165
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
166
166
|
|
167
167
|
new_options = opts.merge(
|
168
168
|
:operation => :"ChunkGroupApi.add_chunk_to_group_by_tracking_id",
|
@@ -237,7 +237,7 @@ module TrieveRubyClient
|
|
237
237
|
return_type = opts[:debug_return_type] || 'ChunkGroup'
|
238
238
|
|
239
239
|
# auth_names
|
240
|
-
auth_names = opts[:debug_auth_names] || ['
|
240
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
241
241
|
|
242
242
|
new_options = opts.merge(
|
243
243
|
:operation => :"ChunkGroupApi.create_chunk_group",
|
@@ -316,7 +316,7 @@ module TrieveRubyClient
|
|
316
316
|
return_type = opts[:debug_return_type]
|
317
317
|
|
318
318
|
# auth_names
|
319
|
-
auth_names = opts[:debug_auth_names] || ['
|
319
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
320
320
|
|
321
321
|
new_options = opts.merge(
|
322
322
|
:operation => :"ChunkGroupApi.delete_chunk_group",
|
@@ -382,7 +382,7 @@ module TrieveRubyClient
|
|
382
382
|
return_type = opts[:debug_return_type]
|
383
383
|
|
384
384
|
# auth_names
|
385
|
-
auth_names = opts[:debug_auth_names] || ['
|
385
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
386
386
|
|
387
387
|
new_options = opts.merge(
|
388
388
|
:operation => :"ChunkGroupApi.delete_group_by_tracking_id",
|
@@ -464,7 +464,7 @@ module TrieveRubyClient
|
|
464
464
|
return_type = opts[:debug_return_type] || 'BookmarkData'
|
465
465
|
|
466
466
|
# auth_names
|
467
|
-
auth_names = opts[:debug_auth_names] || ['
|
467
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
468
468
|
|
469
469
|
new_options = opts.merge(
|
470
470
|
:operation => :"ChunkGroupApi.get_chunks_in_group",
|
@@ -544,7 +544,7 @@ module TrieveRubyClient
|
|
544
544
|
return_type = opts[:debug_return_type] || 'BookmarkData'
|
545
545
|
|
546
546
|
# auth_names
|
547
|
-
auth_names = opts[:debug_auth_names] || ['
|
547
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
548
548
|
|
549
549
|
new_options = opts.merge(
|
550
550
|
:operation => :"ChunkGroupApi.get_chunks_in_group_by_tracking_id",
|
@@ -614,7 +614,7 @@ module TrieveRubyClient
|
|
614
614
|
return_type = opts[:debug_return_type] || 'ChunkGroup'
|
615
615
|
|
616
616
|
# auth_names
|
617
|
-
auth_names = opts[:debug_auth_names] || ['
|
617
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
618
618
|
|
619
619
|
new_options = opts.merge(
|
620
620
|
:operation => :"ChunkGroupApi.get_group_by_tracking_id",
|
@@ -685,7 +685,7 @@ module TrieveRubyClient
|
|
685
685
|
return_type = opts[:debug_return_type] || 'Array<BookmarkGroupResult>'
|
686
686
|
|
687
687
|
# auth_names
|
688
|
-
auth_names = opts[:debug_auth_names] || ['
|
688
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
689
689
|
|
690
690
|
new_options = opts.merge(
|
691
691
|
:operation => :"ChunkGroupApi.get_groups_chunk_is_in",
|
@@ -756,7 +756,7 @@ module TrieveRubyClient
|
|
756
756
|
return_type = opts[:debug_return_type] || 'Array<GroupScoreChunkDTO>'
|
757
757
|
|
758
758
|
# auth_names
|
759
|
-
auth_names = opts[:debug_auth_names] || ['
|
759
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
760
760
|
|
761
761
|
new_options = opts.merge(
|
762
762
|
:operation => :"ChunkGroupApi.get_recommended_groups",
|
@@ -832,7 +832,7 @@ module TrieveRubyClient
|
|
832
832
|
return_type = opts[:debug_return_type] || 'GroupData'
|
833
833
|
|
834
834
|
# auth_names
|
835
|
-
auth_names = opts[:debug_auth_names] || ['
|
835
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
836
836
|
|
837
837
|
new_options = opts.merge(
|
838
838
|
:operation => :"ChunkGroupApi.get_specific_dataset_chunk_groups",
|
@@ -913,7 +913,7 @@ module TrieveRubyClient
|
|
913
913
|
return_type = opts[:debug_return_type]
|
914
914
|
|
915
915
|
# auth_names
|
916
|
-
auth_names = opts[:debug_auth_names] || ['
|
916
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
917
917
|
|
918
918
|
new_options = opts.merge(
|
919
919
|
:operation => :"ChunkGroupApi.remove_chunk_from_group",
|
@@ -1056,7 +1056,7 @@ module TrieveRubyClient
|
|
1056
1056
|
return_type = opts[:debug_return_type] || 'SearchGroupsResult'
|
1057
1057
|
|
1058
1058
|
# auth_names
|
1059
|
-
auth_names = opts[:debug_auth_names] || ['
|
1059
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
1060
1060
|
|
1061
1061
|
new_options = opts.merge(
|
1062
1062
|
:operation => :"ChunkGroupApi.search_within_group",
|
@@ -1131,7 +1131,7 @@ module TrieveRubyClient
|
|
1131
1131
|
return_type = opts[:debug_return_type]
|
1132
1132
|
|
1133
1133
|
# auth_names
|
1134
|
-
auth_names = opts[:debug_auth_names] || ['
|
1134
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
1135
1135
|
|
1136
1136
|
new_options = opts.merge(
|
1137
1137
|
:operation => :"ChunkGroupApi.update_chunk_group",
|
@@ -1208,7 +1208,7 @@ module TrieveRubyClient
|
|
1208
1208
|
return_type = opts[:debug_return_type]
|
1209
1209
|
|
1210
1210
|
# auth_names
|
1211
|
-
auth_names = opts[:debug_auth_names] || ['
|
1211
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
1212
1212
|
|
1213
1213
|
new_options = opts.merge(
|
1214
1214
|
:operation => :"ChunkGroupApi.update_group_by_tracking_id",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -75,7 +75,7 @@ module TrieveRubyClient
|
|
75
75
|
return_type = opts[:debug_return_type] || 'Dataset'
|
76
76
|
|
77
77
|
# auth_names
|
78
|
-
auth_names = opts[:debug_auth_names] || ['
|
78
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
79
79
|
|
80
80
|
new_options = opts.merge(
|
81
81
|
:operation => :"DatasetApi.create_dataset",
|
@@ -150,7 +150,7 @@ module TrieveRubyClient
|
|
150
150
|
return_type = opts[:debug_return_type]
|
151
151
|
|
152
152
|
# auth_names
|
153
|
-
auth_names = opts[:debug_auth_names] || ['
|
153
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
154
154
|
|
155
155
|
new_options = opts.merge(
|
156
156
|
:operation => :"DatasetApi.delete_dataset",
|
@@ -214,7 +214,7 @@ module TrieveRubyClient
|
|
214
214
|
return_type = opts[:debug_return_type] || 'ClientDatasetConfiguration'
|
215
215
|
|
216
216
|
# auth_names
|
217
|
-
auth_names = opts[:debug_auth_names] || ['
|
217
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
218
218
|
|
219
219
|
new_options = opts.merge(
|
220
220
|
:operation => :"DatasetApi.get_client_dataset_config",
|
@@ -291,7 +291,7 @@ module TrieveRubyClient
|
|
291
291
|
return_type = opts[:debug_return_type] || 'Dataset'
|
292
292
|
|
293
293
|
# auth_names
|
294
|
-
auth_names = opts[:debug_auth_names] || ['
|
294
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
295
295
|
|
296
296
|
new_options = opts.merge(
|
297
297
|
:operation => :"DatasetApi.get_dataset",
|
@@ -361,7 +361,7 @@ module TrieveRubyClient
|
|
361
361
|
return_type = opts[:debug_return_type] || 'Array<DatasetAndUsage>'
|
362
362
|
|
363
363
|
# auth_names
|
364
|
-
auth_names = opts[:debug_auth_names] || ['
|
364
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
365
365
|
|
366
366
|
new_options = opts.merge(
|
367
367
|
:operation => :"DatasetApi.get_datasets_from_organization",
|
@@ -436,7 +436,7 @@ module TrieveRubyClient
|
|
436
436
|
return_type = opts[:debug_return_type] || 'Dataset'
|
437
437
|
|
438
438
|
# auth_names
|
439
|
-
auth_names = opts[:debug_auth_names] || ['
|
439
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
440
440
|
|
441
441
|
new_options = opts.merge(
|
442
442
|
:operation => :"DatasetApi.update_dataset",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -70,7 +70,7 @@ module TrieveRubyClient
|
|
70
70
|
return_type = opts[:debug_return_type] || 'EventReturn'
|
71
71
|
|
72
72
|
# auth_names
|
73
|
-
auth_names = opts[:debug_auth_names] || ['
|
73
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
74
74
|
|
75
75
|
new_options = opts.merge(
|
76
76
|
:operation => :"EventsApi.get_events",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -77,7 +77,7 @@ module TrieveRubyClient
|
|
77
77
|
return_type = opts[:debug_return_type]
|
78
78
|
|
79
79
|
# auth_names
|
80
|
-
auth_names = opts[:debug_auth_names] || ['
|
80
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
81
81
|
|
82
82
|
new_options = opts.merge(
|
83
83
|
:operation => :"FileApi.delete_file_handler",
|
@@ -157,7 +157,7 @@ module TrieveRubyClient
|
|
157
157
|
return_type = opts[:debug_return_type] || 'Array<File>'
|
158
158
|
|
159
159
|
# auth_names
|
160
|
-
auth_names = opts[:debug_auth_names] || ['
|
160
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
161
161
|
|
162
162
|
new_options = opts.merge(
|
163
163
|
:operation => :"FileApi.get_dataset_files_handler",
|
@@ -227,7 +227,7 @@ module TrieveRubyClient
|
|
227
227
|
return_type = opts[:debug_return_type] || 'FileDTO'
|
228
228
|
|
229
229
|
# auth_names
|
230
|
-
auth_names = opts[:debug_auth_names] || ['
|
230
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
231
231
|
|
232
232
|
new_options = opts.merge(
|
233
233
|
:operation => :"FileApi.get_file_handler",
|
@@ -302,7 +302,7 @@ module TrieveRubyClient
|
|
302
302
|
return_type = opts[:debug_return_type] || 'UploadFileResult'
|
303
303
|
|
304
304
|
# auth_names
|
305
|
-
auth_names = opts[:debug_auth_names] || ['
|
305
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
306
306
|
|
307
307
|
new_options = opts.merge(
|
308
308
|
:operation => :"FileApi.upload_file_handler",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -75,7 +75,7 @@ module TrieveRubyClient
|
|
75
75
|
return_type = opts[:debug_return_type]
|
76
76
|
|
77
77
|
# auth_names
|
78
|
-
auth_names = opts[:debug_auth_names] || ['
|
78
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
79
79
|
|
80
80
|
new_options = opts.merge(
|
81
81
|
:operation => :"InvitationApi.post_invitation",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -75,7 +75,7 @@ module TrieveRubyClient
|
|
75
75
|
return_type = opts[:debug_return_type] || 'String'
|
76
76
|
|
77
77
|
# auth_names
|
78
|
-
auth_names = opts[:debug_auth_names] || ['
|
78
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
79
79
|
|
80
80
|
new_options = opts.merge(
|
81
81
|
:operation => :"MessageApi.create_message_completion_handler",
|
@@ -150,7 +150,7 @@ module TrieveRubyClient
|
|
150
150
|
return_type = opts[:debug_return_type]
|
151
151
|
|
152
152
|
# auth_names
|
153
|
-
auth_names = opts[:debug_auth_names] || ['
|
153
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
154
154
|
|
155
155
|
new_options = opts.merge(
|
156
156
|
:operation => :"MessageApi.edit_message_handler",
|
@@ -220,7 +220,7 @@ module TrieveRubyClient
|
|
220
220
|
return_type = opts[:debug_return_type] || 'Array<Message>'
|
221
221
|
|
222
222
|
# auth_names
|
223
|
-
auth_names = opts[:debug_auth_names] || ['
|
223
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
224
224
|
|
225
225
|
new_options = opts.merge(
|
226
226
|
:operation => :"MessageApi.get_all_topic_messages",
|
@@ -295,7 +295,7 @@ module TrieveRubyClient
|
|
295
295
|
return_type = opts[:debug_return_type] || 'String'
|
296
296
|
|
297
297
|
# auth_names
|
298
|
-
auth_names = opts[:debug_auth_names] || ['
|
298
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
299
299
|
|
300
300
|
new_options = opts.merge(
|
301
301
|
:operation => :"MessageApi.regenerate_message_handler",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -68,7 +68,7 @@ module TrieveRubyClient
|
|
68
68
|
return_type = opts[:debug_return_type] || 'Organization'
|
69
69
|
|
70
70
|
# auth_names
|
71
|
-
auth_names = opts[:debug_auth_names] || ['
|
71
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
72
72
|
|
73
73
|
new_options = opts.merge(
|
74
74
|
:operation => :"OrganizationApi.create_organization",
|
@@ -138,7 +138,7 @@ module TrieveRubyClient
|
|
138
138
|
return_type = opts[:debug_return_type] || 'Organization'
|
139
139
|
|
140
140
|
# auth_names
|
141
|
-
auth_names = opts[:debug_auth_names] || ['
|
141
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
142
142
|
|
143
143
|
new_options = opts.merge(
|
144
144
|
:operation => :"OrganizationApi.delete_organization_by_id",
|
@@ -208,7 +208,7 @@ module TrieveRubyClient
|
|
208
208
|
return_type = opts[:debug_return_type] || 'Organization'
|
209
209
|
|
210
210
|
# auth_names
|
211
|
-
auth_names = opts[:debug_auth_names] || ['
|
211
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
212
212
|
|
213
213
|
new_options = opts.merge(
|
214
214
|
:operation => :"OrganizationApi.get_organization_by_id",
|
@@ -278,7 +278,7 @@ module TrieveRubyClient
|
|
278
278
|
return_type = opts[:debug_return_type] || 'OrganizationUsageCount'
|
279
279
|
|
280
280
|
# auth_names
|
281
|
-
auth_names = opts[:debug_auth_names] || ['
|
281
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
282
282
|
|
283
283
|
new_options = opts.merge(
|
284
284
|
:operation => :"OrganizationApi.get_organization_usage",
|
@@ -348,7 +348,7 @@ module TrieveRubyClient
|
|
348
348
|
return_type = opts[:debug_return_type] || 'Array<SlimUser>'
|
349
349
|
|
350
350
|
# auth_names
|
351
|
-
auth_names = opts[:debug_auth_names] || ['
|
351
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
352
352
|
|
353
353
|
new_options = opts.merge(
|
354
354
|
:operation => :"OrganizationApi.get_organization_users",
|
@@ -423,7 +423,7 @@ module TrieveRubyClient
|
|
423
423
|
return_type = opts[:debug_return_type] || 'Organization'
|
424
424
|
|
425
425
|
# auth_names
|
426
|
-
auth_names = opts[:debug_auth_names] || ['
|
426
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
427
427
|
|
428
428
|
new_options = opts.merge(
|
429
429
|
:operation => :"OrganizationApi.update_organization",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -66,7 +66,7 @@ module TrieveRubyClient
|
|
66
66
|
return_type = opts[:debug_return_type]
|
67
67
|
|
68
68
|
# auth_names
|
69
|
-
auth_names = opts[:debug_auth_names] || ['
|
69
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
70
70
|
|
71
71
|
new_options = opts.merge(
|
72
72
|
:operation => :"StripeApi.cancel_subscription",
|
@@ -256,7 +256,7 @@ module TrieveRubyClient
|
|
256
256
|
return_type = opts[:debug_return_type]
|
257
257
|
|
258
258
|
# auth_names
|
259
|
-
auth_names = opts[:debug_auth_names] || ['
|
259
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
260
260
|
|
261
261
|
new_options = opts.merge(
|
262
262
|
:operation => :"StripeApi.update_subscription_plan",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -75,7 +75,7 @@ module TrieveRubyClient
|
|
75
75
|
return_type = opts[:debug_return_type] || 'Topic'
|
76
76
|
|
77
77
|
# auth_names
|
78
|
-
auth_names = opts[:debug_auth_names] || ['
|
78
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
79
79
|
|
80
80
|
new_options = opts.merge(
|
81
81
|
:operation => :"TopicApi.create_topic",
|
@@ -150,7 +150,7 @@ module TrieveRubyClient
|
|
150
150
|
return_type = opts[:debug_return_type]
|
151
151
|
|
152
152
|
# auth_names
|
153
|
-
auth_names = opts[:debug_auth_names] || ['
|
153
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
154
154
|
|
155
155
|
new_options = opts.merge(
|
156
156
|
:operation => :"TopicApi.delete_topic",
|
@@ -220,7 +220,7 @@ module TrieveRubyClient
|
|
220
220
|
return_type = opts[:debug_return_type] || 'Array<Topic>'
|
221
221
|
|
222
222
|
# auth_names
|
223
|
-
auth_names = opts[:debug_auth_names] || ['
|
223
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
224
224
|
|
225
225
|
new_options = opts.merge(
|
226
226
|
:operation => :"TopicApi.get_all_topics_for_user",
|
@@ -295,7 +295,7 @@ module TrieveRubyClient
|
|
295
295
|
return_type = opts[:debug_return_type]
|
296
296
|
|
297
297
|
# auth_names
|
298
|
-
auth_names = opts[:debug_auth_names] || ['
|
298
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
299
299
|
|
300
300
|
new_options = opts.merge(
|
301
301
|
:operation => :"TopicApi.update_topic",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -68,7 +68,7 @@ module TrieveRubyClient
|
|
68
68
|
return_type = opts[:debug_return_type] || 'Array<ApiKeyDTO>'
|
69
69
|
|
70
70
|
# auth_names
|
71
|
-
auth_names = opts[:debug_auth_names] || ['
|
71
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
72
72
|
|
73
73
|
new_options = opts.merge(
|
74
74
|
:operation => :"UserApi.delete_user_api_key",
|
@@ -136,7 +136,7 @@ module TrieveRubyClient
|
|
136
136
|
return_type = opts[:debug_return_type] || 'SetUserApiKeyResponse'
|
137
137
|
|
138
138
|
# auth_names
|
139
|
-
auth_names = opts[:debug_auth_names] || ['
|
139
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
140
140
|
|
141
141
|
new_options = opts.merge(
|
142
142
|
:operation => :"UserApi.set_user_api_key",
|
@@ -204,7 +204,7 @@ module TrieveRubyClient
|
|
204
204
|
return_type = opts[:debug_return_type] || 'SlimUser'
|
205
205
|
|
206
206
|
# auth_names
|
207
|
-
auth_names = opts[:debug_auth_names] || ['
|
207
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
208
208
|
|
209
209
|
new_options = opts.merge(
|
210
210
|
:operation => :"UserApi.update_user",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -241,13 +241,6 @@ module TrieveRubyClient
|
|
241
241
|
key: 'Authorization',
|
242
242
|
value: api_key_with_prefix('ApiKey')
|
243
243
|
},
|
244
|
-
'Cookie' =>
|
245
|
-
{
|
246
|
-
type: 'api_key',
|
247
|
-
in: ,
|
248
|
-
key: 'Authorization',
|
249
|
-
value: api_key_with_prefix('Cookie')
|
250
|
-
},
|
251
244
|
}
|
252
245
|
end
|
253
246
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|