hubspot-api-client 4.0.0 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b891c2d2f273fc123ded0d423c9810194e02e06bee5668cb8e0460fcbb759409
4
- data.tar.gz: 1801e98083e96b821eba859091e8d0ebbe18da8cef011732979e31f1802f8446
3
+ metadata.gz: 7e5dc633dd968b4e6566ae95b924412f2cd07eacf79c72bedefddbe4f7c6ea50
4
+ data.tar.gz: e5c23904d08071e7b9aef383eda44f89817d0118e5cf5d2dfbc7ce0e736b0b37
5
5
  SHA512:
6
- metadata.gz: 07a46bd7c0b6bfaea3c4d76fbcdc730680142d96a47a373cc7314036c4d585bd0f7f09fcda9310c6eb92d21463009f6296d01ef798dfe4ca7ac09c560a990962
7
- data.tar.gz: 888b8537583974f040beff023a30367f93445dcc3a8b2f823dd59b62ddc49da2f423e35d0ba853b2f2b8cfba70d1b7c84c1b5bd9a94f4ff8a29142f38dbcfb81
6
+ metadata.gz: acbe9accac2aa7967846f084767f48c34ec20822c50f54196e9b47b973a87f80074bbb51b9fd5260efadfb46ef5d8e9ff07ad2fabadf7e78ebbc3b7fc7fa90ff
7
+ data.tar.gz: 0c34dd74a0dc3304d1e51c7e56cae0e63aa4523688bdab02b4a3bb15bde9688da3dcecb03e793ad7a5d72fcb4db5f2f60393249528c0d62310398d783ba73452
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [4.0.0] - 2020-01-09
8
+ ## [5.0.0] - 2020-06-23
9
+
10
+ - Fix methods of default_api (Site-search client)
11
+
12
+ ## [4.0.0] - 2020-06-09
9
13
 
10
14
  - Add Add search sample app
11
15
  - Add AuditLogs client
@@ -38,7 +38,7 @@ module Hubspot
38
38
  def self.openapi_types
39
39
  {
40
40
  :'metadata_field' => :'Boolean',
41
- :'values' => :'Array',
41
+ :'values' => :'Array<Object>',
42
42
  :'name' => :'String',
43
43
  :'value' => :'Object'
44
44
  }
@@ -70,7 +70,9 @@ module Hubspot
70
70
  end
71
71
 
72
72
  if attributes.key?(:'values')
73
- self.values = attributes[:'values']
73
+ if (value = attributes[:'values']).is_a?(Array)
74
+ self.values = value
75
+ end
74
76
  end
75
77
 
76
78
  if attributes.key?(:'name')
@@ -1,3 +1,3 @@
1
1
  module Hubspot
2
- VERSION = '4.0.0'
2
+ VERSION = '5.0.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubspot-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - HubSpot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-09 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday