venice_client 1.0.9 → 1.0.11

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: c74ceec1cc8ab9ad00174e37ec75bbf14f8ff771989652f485d3fe8451464781
4
- data.tar.gz: fbf3d9078463a0397d47b64e5bf6ea7665c9371f40a892f85817160f548d57f4
3
+ metadata.gz: 341b01002920ec031d4591524f824de29e5ea2f491add43537bf80330dbdec9e
4
+ data.tar.gz: ec7da27db6e32c602b0423be62a6821369e6debc4f6ebdedb9ded12e7cb0db38
5
5
  SHA512:
6
- metadata.gz: a96e5816b7872a78295775cd8df00088706f9a018b286b95aebb6308bf170ef1eb1c2abc8b280254c8a5f4f91f7df9751f5670ef7195f3b4a387b77182cf9d9b
7
- data.tar.gz: 3534e7657b57fe54b522c67ae592b9af65cf2566d1e12f8e2a1d6a7d115321ebefe6b7c7ed2dc993f2f3221993b023b2c651258527cd703d02627139343669c9
6
+ metadata.gz: f35bec7031e62105dbb9ece0159cf3abc42c459ad3e3a7bdd467b704ecf2185f98252df0e21f341b1201493fa83acbf050dbc402f5a59727625e32f1a8151e53
7
+ data.tar.gz: 62c8fd6900949af4e380de085dd4f1d2a0acadc941c0d8c4d8511e5c7e843e9c418c99ce321dbf91c361ca7fc375cc2b9647255a1169fb107f277416fe83ba8e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- venice_client (1.0.9)
4
+ venice_client (1.0.11)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -98,12 +98,12 @@ module VeniceClient
98
98
 
99
99
  # check to see if the attribute exists and convert string to symbol for hash key
100
100
  acceptable_attribute_map = self.class.acceptable_attribute_map
101
- attributes = attributes.each_with_object({}) { |(k, v), h|
102
- if (!acceptable_attribute_map.key?(k.to_sym))
103
- fail ArgumentError, "`#{k}` is not a valid attribute in `VeniceClient::AssistantMessage`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
104
- end
105
- h[k.to_sym] = v
106
- }
101
+ #attributes = attributes.each_with_object({}) { |(k, v), h|
102
+ # if (!acceptable_attribute_map.key?(k.to_sym))
103
+ # fail ArgumentError, "`#{k}` is not a valid attribute in `VeniceClient::AssistantMessage`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
104
+ # end
105
+ # h[k.to_sym] = v
106
+ # }
107
107
 
108
108
  if attributes.key?(:'content')
109
109
  self.content = attributes[:'content']
@@ -11,5 +11,5 @@ Generator version: 7.14.0
11
11
  =end
12
12
 
13
13
  module VeniceClient
14
- VERSION = '1.0.9'
14
+ VERSION = '1.0.11'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: venice_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator