hubspot-api-client 5.0.0 → 6.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/hubspot-api-client.rb +8 -0
  4. data/lib/hubspot/codegen/cms/audit-logs/api/default_api.rb +1 -1
  5. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +7 -0
  6. data/lib/hubspot/codegen/cms/domains/configuration.rb +7 -0
  7. data/lib/hubspot/codegen/cms/performance/configuration.rb +7 -0
  8. data/lib/hubspot/codegen/cms/site-search/configuration.rb +7 -0
  9. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +7 -0
  10. data/lib/hubspot/codegen/crm/associations/configuration.rb +7 -0
  11. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +2 -2
  12. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +20 -12
  13. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +40 -24
  14. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +10 -6
  15. data/lib/hubspot/codegen/crm/companies/configuration.rb +7 -0
  16. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +20 -20
  17. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +29 -38
  18. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +333 -0
  19. data/lib/hubspot/codegen/crm/companies/models/filter.rb +15 -15
  20. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +18 -18
  21. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +2 -2
  22. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +20 -12
  23. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +40 -24
  24. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +10 -6
  25. data/lib/hubspot/codegen/crm/contacts/configuration.rb +7 -0
  26. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +20 -20
  27. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +29 -38
  28. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +333 -0
  29. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +15 -15
  30. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +18 -18
  31. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +2 -2
  32. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +20 -12
  33. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +40 -24
  34. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +10 -6
  35. data/lib/hubspot/codegen/crm/deals/configuration.rb +7 -0
  36. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +20 -20
  37. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +29 -38
  38. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +333 -0
  39. data/lib/hubspot/codegen/crm/deals/models/filter.rb +15 -15
  40. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +18 -18
  41. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +7 -0
  42. data/lib/hubspot/codegen/crm/imports/configuration.rb +7 -0
  43. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +2 -2
  44. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +20 -12
  45. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +40 -24
  46. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +10 -6
  47. data/lib/hubspot/codegen/crm/line_items/configuration.rb +7 -0
  48. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +20 -20
  49. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +29 -38
  50. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +333 -0
  51. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +15 -15
  52. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +18 -18
  53. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +0 -2
  54. data/lib/hubspot/codegen/crm/owners/configuration.rb +7 -0
  55. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +7 -0
  56. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +2 -2
  57. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +20 -12
  58. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +40 -24
  59. data/lib/hubspot/codegen/crm/products/api/search_api.rb +10 -6
  60. data/lib/hubspot/codegen/crm/products/configuration.rb +7 -0
  61. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +20 -20
  62. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +29 -38
  63. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +333 -0
  64. data/lib/hubspot/codegen/crm/products/models/filter.rb +15 -15
  65. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +18 -18
  66. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +30 -18
  67. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +20 -12
  68. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +20 -12
  69. data/lib/hubspot/codegen/crm/properties/configuration.rb +7 -0
  70. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +18 -18
  71. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +29 -23
  72. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +14 -4
  73. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +14 -4
  74. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +1 -157
  75. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +2 -190
  76. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +11 -187
  77. data/lib/hubspot/codegen/crm/quotes/api/default_api.rb +426 -0
  78. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +11 -7
  79. data/lib/hubspot/codegen/crm/quotes/configuration.rb +7 -0
  80. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +20 -20
  81. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +29 -38
  82. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +333 -0
  83. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +15 -15
  84. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +18 -18
  85. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +2 -2
  86. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +20 -12
  87. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +40 -24
  88. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +10 -6
  89. data/lib/hubspot/codegen/crm/tickets/configuration.rb +7 -0
  90. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +20 -20
  91. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +29 -38
  92. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +333 -0
  93. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +15 -15
  94. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +18 -18
  95. data/lib/hubspot/codegen/crm/timeline/configuration.rb +7 -0
  96. data/lib/hubspot/codegen/oauth/configuration.rb +7 -0
  97. data/lib/hubspot/codegen/webhooks/configuration.rb +7 -0
  98. data/lib/hubspot/version.rb +1 -1
  99. data/sample-apps/trello-integration-app/.env +13 -0
  100. metadata +11 -2
@@ -16,12 +16,12 @@ module Hubspot
16
16
  module Crm
17
17
  module Tickets
18
18
  class Filter
19
+ attr_accessor :value
20
+
19
21
  attr_accessor :property_name
20
22
 
21
23
  attr_accessor :operator
22
24
 
23
- attr_accessor :value
24
-
25
25
  class EnumAttributeValidator
26
26
  attr_reader :datatype
27
27
  attr_reader :allowable_values
@@ -47,18 +47,18 @@ module Hubspot
47
47
  # Attribute mapping from ruby-style variable name to JSON key.
48
48
  def self.attribute_map
49
49
  {
50
+ :'value' => :'value',
50
51
  :'property_name' => :'propertyName',
51
- :'operator' => :'operator',
52
- :'value' => :'value'
52
+ :'operator' => :'operator'
53
53
  }
54
54
  end
55
55
 
56
56
  # Attribute type mapping.
57
57
  def self.openapi_types
58
58
  {
59
+ :'value' => :'String',
59
60
  :'property_name' => :'String',
60
- :'operator' => :'String',
61
- :'value' => :'String'
61
+ :'operator' => :'String'
62
62
  }
63
63
  end
64
64
 
@@ -83,6 +83,10 @@ module Hubspot
83
83
  h[k.to_sym] = v
84
84
  }
85
85
 
86
+ if attributes.key?(:'value')
87
+ self.value = attributes[:'value']
88
+ end
89
+
86
90
  if attributes.key?(:'property_name')
87
91
  self.property_name = attributes[:'property_name']
88
92
  end
@@ -90,10 +94,6 @@ module Hubspot
90
94
  if attributes.key?(:'operator')
91
95
  self.operator = attributes[:'operator']
92
96
  end
93
-
94
- if attributes.key?(:'value')
95
- self.value = attributes[:'value']
96
- end
97
97
  end
98
98
 
99
99
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -116,7 +116,7 @@ module Hubspot
116
116
  def valid?
117
117
  return false if @property_name.nil?
118
118
  return false if @operator.nil?
119
- operator_validator = EnumAttributeValidator.new('String', ["EQ", "NEQ", "LT", "LTE", "GT", "GTE", "BETWEEN", "IN", "NOT_IN", "HAS_PROPERTY", "NOT_HAS_PROPERTY", "CONTAINS_TOKEN", "NOT_CONTAINS_TOKEN"])
119
+ operator_validator = EnumAttributeValidator.new('String', ["EQ", "NEQ", "LT", "LTE", "GT", "GTE", "HAS_PROPERTY", "NOT_HAS_PROPERTY", "CONTAINS_TOKEN", "NOT_CONTAINS_TOKEN"])
120
120
  return false unless operator_validator.valid?(@operator)
121
121
  true
122
122
  end
@@ -124,7 +124,7 @@ module Hubspot
124
124
  # Custom attribute writer method checking allowed values (enum).
125
125
  # @param [Object] operator Object to be assigned
126
126
  def operator=(operator)
127
- validator = EnumAttributeValidator.new('String', ["EQ", "NEQ", "LT", "LTE", "GT", "GTE", "BETWEEN", "IN", "NOT_IN", "HAS_PROPERTY", "NOT_HAS_PROPERTY", "CONTAINS_TOKEN", "NOT_CONTAINS_TOKEN"])
127
+ validator = EnumAttributeValidator.new('String', ["EQ", "NEQ", "LT", "LTE", "GT", "GTE", "HAS_PROPERTY", "NOT_HAS_PROPERTY", "CONTAINS_TOKEN", "NOT_CONTAINS_TOKEN"])
128
128
  unless validator.valid?(operator)
129
129
  fail ArgumentError, "invalid value for \"operator\", must be one of #{validator.allowable_values}."
130
130
  end
@@ -136,9 +136,9 @@ module Hubspot
136
136
  def ==(o)
137
137
  return true if self.equal?(o)
138
138
  self.class == o.class &&
139
+ value == o.value &&
139
140
  property_name == o.property_name &&
140
- operator == o.operator &&
141
- value == o.value
141
+ operator == o.operator
142
142
  end
143
143
 
144
144
  # @see the `==` method
@@ -150,7 +150,7 @@ module Hubspot
150
150
  # Calculates hash code according to all attributes.
151
151
  # @return [Integer] Hash code
152
152
  def hash
153
- [property_name, operator, value].hash
153
+ [value, property_name, operator].hash
154
154
  end
155
155
 
156
156
  # Builds the object from hash
@@ -16,23 +16,23 @@ module Hubspot
16
16
  module Crm
17
17
  module Tickets
18
18
  class SimplePublicObjectBatchInput
19
- attr_accessor :id
20
-
21
19
  attr_accessor :properties
22
20
 
21
+ attr_accessor :id
22
+
23
23
  # Attribute mapping from ruby-style variable name to JSON key.
24
24
  def self.attribute_map
25
25
  {
26
- :'id' => :'id',
27
- :'properties' => :'properties'
26
+ :'properties' => :'properties',
27
+ :'id' => :'id'
28
28
  }
29
29
  end
30
30
 
31
31
  # Attribute type mapping.
32
32
  def self.openapi_types
33
33
  {
34
- :'id' => :'String',
35
- :'properties' => :'Hash<String, String>'
34
+ :'properties' => :'Hash<String, String>',
35
+ :'id' => :'String'
36
36
  }
37
37
  end
38
38
 
@@ -57,37 +57,37 @@ module Hubspot
57
57
  h[k.to_sym] = v
58
58
  }
59
59
 
60
- if attributes.key?(:'id')
61
- self.id = attributes[:'id']
62
- end
63
-
64
60
  if attributes.key?(:'properties')
65
61
  if (value = attributes[:'properties']).is_a?(Hash)
66
62
  self.properties = value
67
63
  end
68
64
  end
65
+
66
+ if attributes.key?(:'id')
67
+ self.id = attributes[:'id']
68
+ end
69
69
  end
70
70
 
71
71
  # Show invalid properties with the reasons. Usually used together with valid?
72
72
  # @return Array for valid properties with the reasons
73
73
  def list_invalid_properties
74
74
  invalid_properties = Array.new
75
- if @id.nil?
76
- invalid_properties.push('invalid value for "id", id cannot be nil.')
77
- end
78
-
79
75
  if @properties.nil?
80
76
  invalid_properties.push('invalid value for "properties", properties cannot be nil.')
81
77
  end
82
78
 
79
+ if @id.nil?
80
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
81
+ end
82
+
83
83
  invalid_properties
84
84
  end
85
85
 
86
86
  # Check to see if the all the properties in the model are valid
87
87
  # @return true if the model is valid
88
88
  def valid?
89
- return false if @id.nil?
90
89
  return false if @properties.nil?
90
+ return false if @id.nil?
91
91
  true
92
92
  end
93
93
 
@@ -96,8 +96,8 @@ module Hubspot
96
96
  def ==(o)
97
97
  return true if self.equal?(o)
98
98
  self.class == o.class &&
99
- id == o.id &&
100
- properties == o.properties
99
+ properties == o.properties &&
100
+ id == o.id
101
101
  end
102
102
 
103
103
  # @see the `==` method
@@ -109,7 +109,7 @@ module Hubspot
109
109
  # Calculates hash code according to all attributes.
110
110
  # @return [Integer] Hash code
111
111
  def hash
112
- [id, properties].hash
112
+ [properties, id].hash
113
113
  end
114
114
 
115
115
  # Builds the object from hash
@@ -194,6 +194,13 @@ module Hubspot
194
194
  # Returns Auth Settings hash for api client.
195
195
  def auth_settings
196
196
  {
197
+ 'developer-hapikey' =>
198
+ {
199
+ type: 'api_key',
200
+ in: 'query',
201
+ key: 'hapikey',
202
+ value: api_key_with_prefix('hapikey')
203
+ },
197
204
  'hapikey' =>
198
205
  {
199
206
  type: 'api_key',
@@ -193,6 +193,13 @@ module Hubspot
193
193
  # Returns Auth Settings hash for api client.
194
194
  def auth_settings
195
195
  {
196
+ 'developer-hapikey' =>
197
+ {
198
+ type: 'api_key',
199
+ in: 'query',
200
+ key: 'hapikey',
201
+ value: api_key_with_prefix('hapikey')
202
+ },
196
203
  'hapikey' =>
197
204
  {
198
205
  type: 'api_key',
@@ -193,6 +193,13 @@ module Hubspot
193
193
  # Returns Auth Settings hash for api client.
194
194
  def auth_settings
195
195
  {
196
+ 'developer-hapikey' =>
197
+ {
198
+ type: 'api_key',
199
+ in: 'query',
200
+ key: 'hapikey',
201
+ value: api_key_with_prefix('hapikey')
202
+ },
196
203
  'hapikey' =>
197
204
  {
198
205
  type: 'api_key',
@@ -1,3 +1,3 @@
1
1
  module Hubspot
2
- VERSION = '5.0.0'
2
+ VERSION = '6.0.0'
3
3
  end
@@ -0,0 +1,13 @@
1
+ HUBSPOT_CLIENT_ID=8a79cddf-c799-4905-8926-ca0e740f75f7
2
+ HUBSPOT_CLIENT_SECRET=22d18561-69ca-41be-822d-27282f792928
3
+ HUBSPOT_DEVELOPER_API_KEY=1c1dee0a-6519-4fa6-81f9-061cc68e4f18
4
+ HUBSPOT_APPLICATION_ID=211084
5
+
6
+ TRELLO_KEY=21c6db4e10ea3f125fb62123ecc2bb36
7
+ TRELLO_SECRET=cb91d7ea36a20b35b93272f7b05d8563873da8b2b4055e5166a133d61e6165ea
8
+
9
+ DB_USERNAME=root
10
+ DB_PASSWORD=!12591996Ja
11
+ DB_HOST=localhost
12
+ DB_PORT=3306
13
+ DB_NAME=tokens
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: 5.0.0
4
+ version: 6.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-23 00:00:00.000000000 Z
11
+ date: 2020-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -282,6 +282,7 @@ files:
282
282
  - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb
283
283
  - lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb
284
284
  - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
285
+ - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb
285
286
  - lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb
286
287
  - lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb
287
288
  - lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb
@@ -309,6 +310,7 @@ files:
309
310
  - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb
310
311
  - lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb
311
312
  - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
313
+ - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb
312
314
  - lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb
313
315
  - lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb
314
316
  - lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb
@@ -336,6 +338,7 @@ files:
336
338
  - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb
337
339
  - lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb
338
340
  - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
341
+ - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb
339
342
  - lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb
340
343
  - lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb
341
344
  - lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb
@@ -401,6 +404,7 @@ files:
401
404
  - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb
402
405
  - lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb
403
406
  - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
407
+ - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb
404
408
  - lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb
405
409
  - lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb
406
410
  - lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb
@@ -456,6 +460,7 @@ files:
456
460
  - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb
457
461
  - lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb
458
462
  - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
463
+ - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb
459
464
  - lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb
460
465
  - lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb
461
466
  - lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb
@@ -499,6 +504,7 @@ files:
499
504
  - lib/hubspot/codegen/crm/quotes/api/associations_api.rb
500
505
  - lib/hubspot/codegen/crm/quotes/api/basic_api.rb
501
506
  - lib/hubspot/codegen/crm/quotes/api/batch_api.rb
507
+ - lib/hubspot/codegen/crm/quotes/api/default_api.rb
502
508
  - lib/hubspot/codegen/crm/quotes/api/search_api.rb
503
509
  - lib/hubspot/codegen/crm/quotes/api_client.rb
504
510
  - lib/hubspot/codegen/crm/quotes/api_error.rb
@@ -509,6 +515,7 @@ files:
509
515
  - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb
510
516
  - lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb
511
517
  - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
518
+ - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb
512
519
  - lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb
513
520
  - lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb
514
521
  - lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb
@@ -536,6 +543,7 @@ files:
536
543
  - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb
537
544
  - lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb
538
545
  - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
546
+ - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb
539
547
  - lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb
540
548
  - lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb
541
549
  - lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb
@@ -1915,6 +1923,7 @@ files:
1915
1923
  - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zs/zsmWVpekRAk18kDi8ZVRTRWMfKOrgJu0b5hblkeVZmI.cache
1916
1924
  - sample-apps/search-result-paging-app/tmp/development_secret.txt
1917
1925
  - sample-apps/search-result-paging-app/tmp/restart.txt
1926
+ - sample-apps/trello-integration-app/.env
1918
1927
  - sample-apps/webhooks-contacts-app/.env
1919
1928
  - sample-apps/webhooks-contacts-app/.env.template
1920
1929
  - sample-apps/webhooks-contacts-app/.gitignore