trieve_ruby_client 0.6.9 → 0.7.6

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.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -8
  3. data/docs/ChunkApi.md +158 -10
  4. data/docs/ChunkData.md +2 -2
  5. data/docs/ChunkMetadata.md +2 -0
  6. data/docs/ClientDatasetConfiguration.md +2 -0
  7. data/docs/CreateMessageData.md +0 -2
  8. data/docs/CreateTopicData.md +3 -3
  9. data/docs/EditMessageData.md +0 -2
  10. data/docs/FieldCondition.md +6 -0
  11. data/docs/FileApi.md +4 -6
  12. data/docs/GenerateChunksRequest.md +0 -2
  13. data/docs/GeoInfo.md +20 -0
  14. data/docs/GeoTypes.md +49 -0
  15. data/docs/GetChunksData.md +18 -0
  16. data/docs/GetEventsData.md +1 -1
  17. data/docs/GetTrackingChunksData.md +18 -0
  18. data/docs/LocationBoundingBox.md +20 -0
  19. data/docs/LocationPolygon.md +20 -0
  20. data/docs/LocationRadius.md +20 -0
  21. data/docs/RangeCondition.md +2 -0
  22. data/docs/RegenerateMessageData.md +0 -2
  23. data/docs/SlimChunkMetadata.md +4 -0
  24. data/docs/Topic.md +3 -3
  25. data/docs/TopicApi.md +17 -17
  26. data/docs/UpdateChunkData.md +2 -0
  27. data/docs/UpdateUserOrgRoleData.md +22 -0
  28. data/docs/UserApi.md +9 -10
  29. data/lib/trieve_ruby_client/api/auth_api.rb +1 -1
  30. data/lib/trieve_ruby_client/api/chunk_api.rb +161 -11
  31. data/lib/trieve_ruby_client/api/chunk_group_api.rb +1 -1
  32. data/lib/trieve_ruby_client/api/dataset_api.rb +1 -1
  33. data/lib/trieve_ruby_client/api/events_api.rb +1 -1
  34. data/lib/trieve_ruby_client/api/file_api.rb +4 -11
  35. data/lib/trieve_ruby_client/api/health_api.rb +1 -1
  36. data/lib/trieve_ruby_client/api/invitation_api.rb +1 -1
  37. data/lib/trieve_ruby_client/api/message_api.rb +1 -1
  38. data/lib/trieve_ruby_client/api/organization_api.rb +1 -1
  39. data/lib/trieve_ruby_client/api/stripe_api.rb +1 -1
  40. data/lib/trieve_ruby_client/api/topic_api.rb +20 -20
  41. data/lib/trieve_ruby_client/api/user_api.rb +14 -14
  42. data/lib/trieve_ruby_client/api_client.rb +1 -1
  43. data/lib/trieve_ruby_client/api_error.rb +1 -1
  44. data/lib/trieve_ruby_client/configuration.rb +1 -1
  45. data/lib/trieve_ruby_client/models/add_chunk_to_group_data.rb +1 -1
  46. data/lib/trieve_ruby_client/models/api_key_dto.rb +1 -1
  47. data/lib/trieve_ruby_client/models/auth_query.rb +1 -1
  48. data/lib/trieve_ruby_client/models/batch_queued_chunk_response.rb +1 -1
  49. data/lib/trieve_ruby_client/models/bookmark_data.rb +1 -1
  50. data/lib/trieve_ruby_client/models/bookmark_group_result.rb +1 -1
  51. data/lib/trieve_ruby_client/models/chat_message_proxy.rb +1 -1
  52. data/lib/trieve_ruby_client/models/chunk_data.rb +12 -13
  53. data/lib/trieve_ruby_client/models/chunk_filter.rb +1 -1
  54. data/lib/trieve_ruby_client/models/chunk_group.rb +1 -1
  55. data/lib/trieve_ruby_client/models/chunk_group_and_file.rb +1 -1
  56. data/lib/trieve_ruby_client/models/chunk_metadata.rb +12 -2
  57. data/lib/trieve_ruby_client/models/chunk_metadata_with_score.rb +1 -1
  58. data/lib/trieve_ruby_client/models/client_dataset_configuration.rb +18 -2
  59. data/lib/trieve_ruby_client/models/create_chunk_data.rb +1 -1
  60. data/lib/trieve_ruby_client/models/create_chunk_group_data.rb +1 -1
  61. data/lib/trieve_ruby_client/models/create_dataset_request.rb +1 -1
  62. data/lib/trieve_ruby_client/models/create_message_data.rb +2 -13
  63. data/lib/trieve_ruby_client/models/create_organization_data.rb +1 -1
  64. data/lib/trieve_ruby_client/models/create_topic_data.rb +23 -17
  65. data/lib/trieve_ruby_client/models/dataset.rb +1 -1
  66. data/lib/trieve_ruby_client/models/dataset_and_usage.rb +1 -1
  67. data/lib/trieve_ruby_client/models/dataset_dto.rb +1 -1
  68. data/lib/trieve_ruby_client/models/dataset_usage_count.rb +1 -1
  69. data/lib/trieve_ruby_client/models/delete_topic_data.rb +1 -1
  70. data/lib/trieve_ruby_client/models/delete_user_api_key_request.rb +1 -1
  71. data/lib/trieve_ruby_client/models/edit_message_data.rb +2 -13
  72. data/lib/trieve_ruby_client/models/error_response_body.rb +1 -1
  73. data/lib/trieve_ruby_client/models/event.rb +1 -1
  74. data/lib/trieve_ruby_client/models/event_return.rb +1 -1
  75. data/lib/trieve_ruby_client/models/field_condition.rb +32 -2
  76. data/lib/trieve_ruby_client/models/file.rb +1 -1
  77. data/lib/trieve_ruby_client/models/file_dto.rb +1 -1
  78. data/lib/trieve_ruby_client/models/generate_chunks_request.rb +2 -13
  79. data/lib/trieve_ruby_client/models/geo_info.rb +237 -0
  80. data/lib/trieve_ruby_client/models/geo_types.rb +105 -0
  81. data/lib/trieve_ruby_client/models/get_chunks_data.rb +223 -0
  82. data/lib/trieve_ruby_client/models/get_events_data.rb +2 -2
  83. data/lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb +1 -1
  84. data/lib/trieve_ruby_client/models/get_tracking_chunks_data.rb +223 -0
  85. data/lib/trieve_ruby_client/models/group_data.rb +1 -1
  86. data/lib/trieve_ruby_client/models/group_score_chunk.rb +1 -1
  87. data/lib/trieve_ruby_client/models/group_score_slim_chunks.rb +1 -1
  88. data/lib/trieve_ruby_client/models/invitation_data.rb +1 -1
  89. data/lib/trieve_ruby_client/models/location_bounding_box.rb +237 -0
  90. data/lib/trieve_ruby_client/models/location_polygon.rb +235 -0
  91. data/lib/trieve_ruby_client/models/location_radius.rb +237 -0
  92. data/lib/trieve_ruby_client/models/match_condition.rb +1 -1
  93. data/lib/trieve_ruby_client/models/message.rb +1 -1
  94. data/lib/trieve_ruby_client/models/organization.rb +1 -1
  95. data/lib/trieve_ruby_client/models/organization_usage_count.rb +1 -1
  96. data/lib/trieve_ruby_client/models/range.rb +1 -1
  97. data/lib/trieve_ruby_client/models/range_condition.rb +2 -1
  98. data/lib/trieve_ruby_client/models/recommend_chunks_request.rb +1 -1
  99. data/lib/trieve_ruby_client/models/recommend_group_chunks_request.rb +1 -1
  100. data/lib/trieve_ruby_client/models/regenerate_message_data.rb +2 -13
  101. data/lib/trieve_ruby_client/models/return_queued_chunk.rb +1 -1
  102. data/lib/trieve_ruby_client/models/score_chunk_dto.rb +1 -1
  103. data/lib/trieve_ruby_client/models/score_slim_chunks.rb +1 -1
  104. data/lib/trieve_ruby_client/models/search_chunk_data.rb +1 -1
  105. data/lib/trieve_ruby_client/models/search_chunk_query_response_body.rb +1 -1
  106. data/lib/trieve_ruby_client/models/search_over_groups_data.rb +1 -1
  107. data/lib/trieve_ruby_client/models/search_over_groups_results.rb +1 -1
  108. data/lib/trieve_ruby_client/models/search_over_groups_slim_results.rb +1 -1
  109. data/lib/trieve_ruby_client/models/search_slim_chunk_query_response_body.rb +1 -1
  110. data/lib/trieve_ruby_client/models/search_within_group_data.rb +1 -1
  111. data/lib/trieve_ruby_client/models/search_within_group_results.rb +1 -1
  112. data/lib/trieve_ruby_client/models/search_within_group_slim_results.rb +1 -1
  113. data/lib/trieve_ruby_client/models/set_user_api_key_request.rb +1 -1
  114. data/lib/trieve_ruby_client/models/set_user_api_key_response.rb +1 -1
  115. data/lib/trieve_ruby_client/models/single_queued_chunk_response.rb +1 -1
  116. data/lib/trieve_ruby_client/models/slim_chunk_metadata.rb +28 -2
  117. data/lib/trieve_ruby_client/models/slim_chunk_metadata_with_score.rb +1 -1
  118. data/lib/trieve_ruby_client/models/slim_group.rb +1 -1
  119. data/lib/trieve_ruby_client/models/slim_user.rb +1 -1
  120. data/lib/trieve_ruby_client/models/stripe_plan.rb +1 -1
  121. data/lib/trieve_ruby_client/models/suggested_queries_request.rb +1 -1
  122. data/lib/trieve_ruby_client/models/suggested_queries_response.rb +1 -1
  123. data/lib/trieve_ruby_client/models/topic.rb +21 -21
  124. data/lib/trieve_ruby_client/models/update_chunk_by_tracking_id_data.rb +1 -1
  125. data/lib/trieve_ruby_client/models/update_chunk_data.rb +12 -2
  126. data/lib/trieve_ruby_client/models/update_chunk_group_data.rb +1 -1
  127. data/lib/trieve_ruby_client/models/update_dataset_request.rb +1 -1
  128. data/lib/trieve_ruby_client/models/update_group_by_tracking_id_data.rb +1 -1
  129. data/lib/trieve_ruby_client/models/update_organization_data.rb +1 -1
  130. data/lib/trieve_ruby_client/models/update_topic_data.rb +1 -1
  131. data/lib/trieve_ruby_client/models/update_user_org_role_data.rb +250 -0
  132. data/lib/trieve_ruby_client/models/upload_file_data.rb +1 -1
  133. data/lib/trieve_ruby_client/models/upload_file_result.rb +1 -1
  134. data/lib/trieve_ruby_client/models/user_organization.rb +1 -1
  135. data/lib/trieve_ruby_client/version.rb +2 -2
  136. data/lib/trieve_ruby_client.rb +9 -2
  137. data/openapi-generator.yaml +1 -1
  138. data/openapi.json +360 -83
  139. data/spec/models/geo_info_spec.rb +42 -0
  140. data/spec/models/geo_types_spec.rb +32 -0
  141. data/spec/models/get_chunks_data_spec.rb +36 -0
  142. data/spec/models/get_tracking_chunks_data_spec.rb +36 -0
  143. data/spec/models/location_bounding_box_spec.rb +42 -0
  144. data/spec/models/location_polygon_spec.rb +42 -0
  145. data/spec/models/location_radius_spec.rb +42 -0
  146. data/spec/models/update_user_org_role_data_spec.rb +48 -0
  147. data/spec/spec_helper.rb +1 -1
  148. data/trieve_ruby_client-0.6.9.gem +0 -0
  149. data/trieve_ruby_client-0.7.2.gem +0 -0
  150. data/trieve_ruby_client.gemspec +1 -1
  151. metadata +36 -2
@@ -0,0 +1,250 @@
1
+ =begin
2
+ #Trieve API
3
+
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
+
6
+ The version of the OpenAPI document: 0.7.6
7
+ Contact: developers@trieve.ai
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.4.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module TrieveRubyClient
17
+ class UpdateUserOrgRoleData
18
+ # The id of the organization to update the user for.
19
+ attr_accessor :organization_id
20
+
21
+ # Either 0 (user), 1 (admin), or 2 (owner). If not provided, the current role will be used. The auth'ed user must have a role greater than or equal to the role being assigned.
22
+ attr_accessor :role
23
+
24
+ # The id of the user to update, if not provided, the auth'ed user will be updated. If provided, the auth'ed user must be an admin (1) or owner (2) of the organization.
25
+ attr_accessor :user_id
26
+
27
+ # Attribute mapping from ruby-style variable name to JSON key.
28
+ def self.attribute_map
29
+ {
30
+ :'organization_id' => :'organization_id',
31
+ :'role' => :'role',
32
+ :'user_id' => :'user_id'
33
+ }
34
+ end
35
+
36
+ # Returns all the JSON keys this model knows about
37
+ def self.acceptable_attributes
38
+ attribute_map.values
39
+ end
40
+
41
+ # Attribute type mapping.
42
+ def self.openapi_types
43
+ {
44
+ :'organization_id' => :'String',
45
+ :'role' => :'Integer',
46
+ :'user_id' => :'String'
47
+ }
48
+ end
49
+
50
+ # List of attributes with nullable: true
51
+ def self.openapi_nullable
52
+ Set.new([
53
+ :'user_id'
54
+ ])
55
+ end
56
+
57
+ # Initializes the object
58
+ # @param [Hash] attributes Model attributes in the form of hash
59
+ def initialize(attributes = {})
60
+ if (!attributes.is_a?(Hash))
61
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TrieveRubyClient::UpdateUserOrgRoleData` initialize method"
62
+ end
63
+
64
+ # check to see if the attribute exists and convert string to symbol for hash key
65
+ attributes = attributes.each_with_object({}) { |(k, v), h|
66
+ if (!self.class.attribute_map.key?(k.to_sym))
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TrieveRubyClient::UpdateUserOrgRoleData`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
68
+ end
69
+ h[k.to_sym] = v
70
+ }
71
+
72
+ if attributes.key?(:'organization_id')
73
+ self.organization_id = attributes[:'organization_id']
74
+ else
75
+ self.organization_id = nil
76
+ end
77
+
78
+ if attributes.key?(:'role')
79
+ self.role = attributes[:'role']
80
+ else
81
+ self.role = nil
82
+ end
83
+
84
+ if attributes.key?(:'user_id')
85
+ self.user_id = attributes[:'user_id']
86
+ end
87
+ end
88
+
89
+ # Show invalid properties with the reasons. Usually used together with valid?
90
+ # @return Array for valid properties with the reasons
91
+ def list_invalid_properties
92
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
93
+ invalid_properties = Array.new
94
+ if @organization_id.nil?
95
+ invalid_properties.push('invalid value for "organization_id", organization_id cannot be nil.')
96
+ end
97
+
98
+ if @role.nil?
99
+ invalid_properties.push('invalid value for "role", role cannot be nil.')
100
+ end
101
+
102
+ invalid_properties
103
+ end
104
+
105
+ # Check to see if the all the properties in the model are valid
106
+ # @return true if the model is valid
107
+ def valid?
108
+ warn '[DEPRECATED] the `valid?` method is obsolete'
109
+ return false if @organization_id.nil?
110
+ return false if @role.nil?
111
+ true
112
+ end
113
+
114
+ # Checks equality by comparing each attribute.
115
+ # @param [Object] Object to be compared
116
+ def ==(o)
117
+ return true if self.equal?(o)
118
+ self.class == o.class &&
119
+ organization_id == o.organization_id &&
120
+ role == o.role &&
121
+ user_id == o.user_id
122
+ end
123
+
124
+ # @see the `==` method
125
+ # @param [Object] Object to be compared
126
+ def eql?(o)
127
+ self == o
128
+ end
129
+
130
+ # Calculates hash code according to all attributes.
131
+ # @return [Integer] Hash code
132
+ def hash
133
+ [organization_id, role, user_id].hash
134
+ end
135
+
136
+ # Builds the object from hash
137
+ # @param [Hash] attributes Model attributes in the form of hash
138
+ # @return [Object] Returns the model itself
139
+ def self.build_from_hash(attributes)
140
+ return nil unless attributes.is_a?(Hash)
141
+ attributes = attributes.transform_keys(&:to_sym)
142
+ transformed_hash = {}
143
+ openapi_types.each_pair do |key, type|
144
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
145
+ transformed_hash["#{key}"] = nil
146
+ elsif type =~ /\AArray<(.*)>/i
147
+ # check to ensure the input is an array given that the attribute
148
+ # is documented as an array but the input is not
149
+ if attributes[attribute_map[key]].is_a?(Array)
150
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
151
+ end
152
+ elsif !attributes[attribute_map[key]].nil?
153
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
154
+ end
155
+ end
156
+ new(transformed_hash)
157
+ end
158
+
159
+ # Deserializes the data based on type
160
+ # @param string type Data type
161
+ # @param string value Value to be deserialized
162
+ # @return [Object] Deserialized data
163
+ def self._deserialize(type, value)
164
+ case type.to_sym
165
+ when :Time
166
+ Time.parse(value)
167
+ when :Date
168
+ Date.parse(value)
169
+ when :String
170
+ value.to_s
171
+ when :Integer
172
+ value.to_i
173
+ when :Float
174
+ value.to_f
175
+ when :Boolean
176
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
177
+ true
178
+ else
179
+ false
180
+ end
181
+ when :Object
182
+ # generic object (usually a Hash), return directly
183
+ value
184
+ when /\AArray<(?<inner_type>.+)>\z/
185
+ inner_type = Regexp.last_match[:inner_type]
186
+ value.map { |v| _deserialize(inner_type, v) }
187
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
188
+ k_type = Regexp.last_match[:k_type]
189
+ v_type = Regexp.last_match[:v_type]
190
+ {}.tap do |hash|
191
+ value.each do |k, v|
192
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
193
+ end
194
+ end
195
+ else # model
196
+ # models (e.g. Pet) or oneOf
197
+ klass = TrieveRubyClient.const_get(type)
198
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
199
+ end
200
+ end
201
+
202
+ # Returns the string representation of the object
203
+ # @return [String] String presentation of the object
204
+ def to_s
205
+ to_hash.to_s
206
+ end
207
+
208
+ # to_body is an alias to to_hash (backward compatibility)
209
+ # @return [Hash] Returns the object in the form of hash
210
+ def to_body
211
+ to_hash
212
+ end
213
+
214
+ # Returns the object in the form of hash
215
+ # @return [Hash] Returns the object in the form of hash
216
+ def to_hash
217
+ hash = {}
218
+ self.class.attribute_map.each_pair do |attr, param|
219
+ value = self.send(attr)
220
+ if value.nil?
221
+ is_nullable = self.class.openapi_nullable.include?(attr)
222
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
223
+ end
224
+
225
+ hash[param] = _to_hash(value)
226
+ end
227
+ hash
228
+ end
229
+
230
+ # Outputs non-array value in the form of hash
231
+ # For object, use to_hash. Otherwise, just return the value
232
+ # @param [Object] value Any valid value
233
+ # @return [Hash] Returns the value in the form of hash
234
+ def _to_hash(value)
235
+ if value.is_a?(Array)
236
+ value.compact.map { |v| _to_hash(v) }
237
+ elsif value.is_a?(Hash)
238
+ {}.tap do |hash|
239
+ value.each { |k, v| hash[k] = _to_hash(v) }
240
+ end
241
+ elsif value.respond_to? :to_hash
242
+ value.to_hash
243
+ else
244
+ value
245
+ end
246
+ end
247
+
248
+ end
249
+
250
+ end
@@ -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.6.9
6
+ The version of the OpenAPI document: 0.7.6
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.6.9
6
+ The version of the OpenAPI document: 0.7.6
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.6.9
6
+ The version of the OpenAPI document: 0.7.6
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.6.9
6
+ The version of the OpenAPI document: 0.7.6
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -11,5 +11,5 @@ Generator version: 7.4.0
11
11
  =end
12
12
 
13
13
  module TrieveRubyClient
14
- VERSION = '0.6.9'
14
+ VERSION = '0.7.6'
15
15
  end
@@ -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.6.9
6
+ The version of the OpenAPI document: 0.7.6
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -51,12 +51,19 @@ require 'trieve_ruby_client/models/field_condition'
51
51
  require 'trieve_ruby_client/models/file'
52
52
  require 'trieve_ruby_client/models/file_dto'
53
53
  require 'trieve_ruby_client/models/generate_chunks_request'
54
+ require 'trieve_ruby_client/models/geo_info'
55
+ require 'trieve_ruby_client/models/geo_types'
56
+ require 'trieve_ruby_client/models/get_chunks_data'
54
57
  require 'trieve_ruby_client/models/get_events_data'
55
58
  require 'trieve_ruby_client/models/get_groups_for_chunks_data'
59
+ require 'trieve_ruby_client/models/get_tracking_chunks_data'
56
60
  require 'trieve_ruby_client/models/group_data'
57
61
  require 'trieve_ruby_client/models/group_score_chunk'
58
62
  require 'trieve_ruby_client/models/group_score_slim_chunks'
59
63
  require 'trieve_ruby_client/models/invitation_data'
64
+ require 'trieve_ruby_client/models/location_bounding_box'
65
+ require 'trieve_ruby_client/models/location_polygon'
66
+ require 'trieve_ruby_client/models/location_radius'
60
67
  require 'trieve_ruby_client/models/match_condition'
61
68
  require 'trieve_ruby_client/models/message'
62
69
  require 'trieve_ruby_client/models/organization'
@@ -96,7 +103,7 @@ require 'trieve_ruby_client/models/update_dataset_request'
96
103
  require 'trieve_ruby_client/models/update_group_by_tracking_id_data'
97
104
  require 'trieve_ruby_client/models/update_organization_data'
98
105
  require 'trieve_ruby_client/models/update_topic_data'
99
- require 'trieve_ruby_client/models/update_user_data'
106
+ require 'trieve_ruby_client/models/update_user_org_role_data'
100
107
  require 'trieve_ruby_client/models/upload_file_data'
101
108
  require 'trieve_ruby_client/models/upload_file_result'
102
109
  require 'trieve_ruby_client/models/user_organization'
@@ -5,5 +5,5 @@ gemHomepage: "https://trieve.ai"
5
5
  gemLicense: "MIT"
6
6
  gemName: "trieve_ruby_client"
7
7
  gemSummary: "Trieve Ruby API client"
8
- gemVersion: "0.6.9"
8
+ gemVersion: "0.7.6"
9
9
  moduleName: "TrieveRubyClient"