hubspot-api-client 10.1.0 → 10.1.1

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: 2787414b7f2e6c1d26e04d8f805bc7168356111769727f4c6a3655c9d7e2867c
4
- data.tar.gz: 505bd93ff873742b03a0fa10544c0e10248e5519dc5c214416fa18a942379ee9
3
+ metadata.gz: 25b4bf5723bba2706db45a4c12db8479e73da35bd34adb0740b21f4ffbd845c2
4
+ data.tar.gz: e3cc5b9a30ebfbe22db86cef9dec226191a331ec9ea1b0209e58b555ba1455dc
5
5
  SHA512:
6
- metadata.gz: c80436fba7cf19029f818879b2d224462b5739cd628fb4339c89c9ff4b02512fa2c3e82173d7f5aa560bdb706cc8c9c182d6cc40f8d6c4f01344a0b9b375730b
7
- data.tar.gz: 0b35c9198e760914a4a209c5b2eedd29985af14f3307aba58db3d20ff0892c2193b2c231d6d79fa0c83321496d10237a4bc91b1357c315ca3b6040f1e687ac26
6
+ metadata.gz: be0d0d0d879aa2afc63cf4c69ecaee624eaa8745dfb4b297738e991dfd99761d9b3e8829f120b348e0f76ecc1f3e0bd46153634f2a77cd520b392b33aa40baa7
7
+ data.tar.gz: f2cd1e7907f47a26113422645e240342c51df1095f6ad70e7f2e28c1a4bf3510a7199817ac1d06d93c684d901df3119c0b409ea9b66a2b8129a721f127fc7cf2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hubspot-api-client (10.1.0)
4
+ hubspot-api-client (10.1.1)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  require_all (~> 3.0.0)
7
7
  typhoeus (~> 1.4.0)
@@ -20,7 +20,7 @@ GEM
20
20
  diff-lcs (1.4.4)
21
21
  ethon (0.14.0)
22
22
  ffi (>= 1.15.0)
23
- ffi (1.15.1)
23
+ ffi (1.15.3)
24
24
  hashdiff (1.0.1)
25
25
  json (2.5.1)
26
26
  public_suffix (4.0.6)
data/README.md CHANGED
@@ -116,3 +116,7 @@ basic_api = ::Hubspot::Crm::Companies::BasicApi.new(api_client)
116
116
  end
117
117
 
118
118
  ```
119
+
120
+ ### Sample apps
121
+
122
+ Please, take a look at our [Sample apps](https://github.com/HubSpot/sample-apps-list)
@@ -8,22 +8,30 @@ require_rel 'hubspot'
8
8
  module Hubspot
9
9
  class << self
10
10
  CLIENTS = [
11
- 'OAuth',
12
- 'Webhooks',
11
+ 'Automation::Actions',
13
12
  'Cms::AuditLogs',
13
+ 'Cms::Blogs::Authors',
14
+ 'Cms::Blogs::BlogPosts',
15
+ 'Cms::Blogs::Tags',
14
16
  'Cms::Domains',
15
17
  'Cms::Hubdb',
16
18
  'Cms::Performance',
17
19
  'Cms::SiteSearch',
18
20
  'Cms::UrlRedirects',
21
+ 'CommunicationPreferences',
22
+ 'Conversations::VisitorIdentification',
19
23
  'Crm::Associations',
20
24
  'Crm::Companies',
21
25
  'Crm::Contacts',
22
26
  'Crm::Deals',
27
+ 'Crm::Extensions::Accounting',
28
+ 'Crm::Extensions::Calling',
23
29
  'Crm::Extensions::Cards',
30
+ 'Crm::Extensions::Videoconferencing',
24
31
  'Crm::Imports',
25
32
  'Crm::LineItems',
26
33
  'Crm::Objects',
34
+ 'Crm::Objects::FeedbackSubmissions',
27
35
  'Crm::Owners',
28
36
  'Crm::Pipelines',
29
37
  'Crm::Products',
@@ -31,7 +39,12 @@ module Hubspot
31
39
  'Crm::Quotes',
32
40
  'Crm::Schemas',
33
41
  'Crm::Tickets',
34
- 'Crm::Timeline'
42
+ 'Crm::Timeline',
43
+ 'Events',
44
+ 'Files::Files',
45
+ 'Marketing::Transactional',
46
+ 'OAuth',
47
+ 'Webhooks',
35
48
  ].freeze
36
49
 
37
50
  def configure
@@ -1,3 +1,3 @@
1
1
  module Hubspot
2
- VERSION = '10.1.0'
2
+ VERSION = '10.1.1'
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: 10.1.0
4
+ version: 10.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - HubSpot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-08 00:00:00.000000000 Z
11
+ date: 2021-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus