hubspot-api-client 16.0.4 → 16.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/Gemfile.lock +1 -1
  4. data/lib/hubspot/codegen/crm/objects/postal_mail/api/associations_api.rb +264 -0
  5. data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +391 -0
  6. data/lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb +295 -0
  7. data/lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb +94 -0
  8. data/lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb +92 -0
  9. data/lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb +412 -0
  10. data/lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb +63 -0
  11. data/lib/hubspot/codegen/crm/objects/postal_mail/configuration.rb +296 -0
  12. data/lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb +244 -0
  13. data/lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb +278 -0
  14. data/lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec_with_label.rb +287 -0
  15. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb +232 -0
  16. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb +232 -0
  17. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input.rb +232 -0
  18. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb +273 -0
  19. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb +328 -0
  20. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb +348 -0
  21. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb +241 -0
  22. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
  23. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  24. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  25. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb +307 -0
  26. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_category.rb +278 -0
  27. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb +273 -0
  28. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb +299 -0
  29. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter_group.rb +232 -0
  30. data/lib/hubspot/codegen/crm/objects/postal_mail/models/forward_paging.rb +225 -0
  31. data/lib/hubspot/codegen/crm/objects/postal_mail/models/labels_between_object_pair.rb +288 -0
  32. data/lib/hubspot/codegen/crm/objects/postal_mail/models/multi_associated_object_with_label.rb +246 -0
  33. data/lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb +239 -0
  34. data/lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb +234 -0
  35. data/lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb +239 -0
  36. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb +244 -0
  37. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +301 -0
  38. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb +303 -0
  39. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +246 -0
  40. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb +230 -0
  41. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb +232 -0
  42. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb +314 -0
  43. data/lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb +324 -0
  44. data/lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb +285 -0
  45. data/lib/hubspot/codegen/marketing/events/models/property_value.rb +13 -4
  46. data/lib/hubspot/discovery/crm/objects/client.rb +1 -0
  47. data/lib/hubspot/discovery/crm/objects/postal_mail/api/associations_api.rb +15 -0
  48. data/lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb +15 -0
  49. data/lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb +15 -0
  50. data/lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb +15 -0
  51. data/lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb +15 -0
  52. data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +25 -0
  53. data/lib/hubspot/version.rb +1 -1
  54. data/spec/discovery/crm/objects/postal_mail/associations_api_spec.rb +9 -0
  55. data/spec/discovery/crm/objects/postal_mail/basic_api_spec.rb +10 -0
  56. data/spec/discovery/crm/objects/postal_mail/batch_api_spec.rb +10 -0
  57. data/spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb +7 -0
  58. data/spec/discovery/crm/objects/postal_mail/search_api_spec.rb +7 -0
  59. metadata +59 -2
@@ -0,0 +1,285 @@
1
+ =begin
2
+ #Postal Mail
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.2.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module Hubspot
17
+ module Crm
18
+ module Objects
19
+ module PostalMail
20
+ class ValueWithTimestamp
21
+ attr_accessor :value
22
+
23
+ attr_accessor :timestamp
24
+
25
+ attr_accessor :source_type
26
+
27
+ attr_accessor :source_id
28
+
29
+ attr_accessor :source_label
30
+
31
+ attr_accessor :updated_by_user_id
32
+
33
+ # Attribute mapping from ruby-style variable name to JSON key.
34
+ def self.attribute_map
35
+ {
36
+ :'value' => :'value',
37
+ :'timestamp' => :'timestamp',
38
+ :'source_type' => :'sourceType',
39
+ :'source_id' => :'sourceId',
40
+ :'source_label' => :'sourceLabel',
41
+ :'updated_by_user_id' => :'updatedByUserId'
42
+ }
43
+ end
44
+
45
+ # Returns all the JSON keys this model knows about
46
+ def self.acceptable_attributes
47
+ attribute_map.values
48
+ end
49
+
50
+ # Attribute type mapping.
51
+ def self.openapi_types
52
+ {
53
+ :'value' => :'String',
54
+ :'timestamp' => :'Time',
55
+ :'source_type' => :'String',
56
+ :'source_id' => :'String',
57
+ :'source_label' => :'String',
58
+ :'updated_by_user_id' => :'Integer'
59
+ }
60
+ end
61
+
62
+ # List of attributes with nullable: true
63
+ def self.openapi_nullable
64
+ Set.new([
65
+ ])
66
+ end
67
+
68
+ # Initializes the object
69
+ # @param [Hash] attributes Model attributes in the form of hash
70
+ def initialize(attributes = {})
71
+ if (!attributes.is_a?(Hash))
72
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Crm::Objects::PostalMail::ValueWithTimestamp` initialize method"
73
+ end
74
+
75
+ # check to see if the attribute exists and convert string to symbol for hash key
76
+ attributes = attributes.each_with_object({}) { |(k, v), h|
77
+ if (!self.class.attribute_map.key?(k.to_sym))
78
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Crm::Objects::PostalMail::ValueWithTimestamp`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
79
+ end
80
+ h[k.to_sym] = v
81
+ }
82
+
83
+ if attributes.key?(:'value')
84
+ self.value = attributes[:'value']
85
+ end
86
+
87
+ if attributes.key?(:'timestamp')
88
+ self.timestamp = attributes[:'timestamp']
89
+ end
90
+
91
+ if attributes.key?(:'source_type')
92
+ self.source_type = attributes[:'source_type']
93
+ end
94
+
95
+ if attributes.key?(:'source_id')
96
+ self.source_id = attributes[:'source_id']
97
+ end
98
+
99
+ if attributes.key?(:'source_label')
100
+ self.source_label = attributes[:'source_label']
101
+ end
102
+
103
+ if attributes.key?(:'updated_by_user_id')
104
+ self.updated_by_user_id = attributes[:'updated_by_user_id']
105
+ end
106
+ end
107
+
108
+ # Show invalid properties with the reasons. Usually used together with valid?
109
+ # @return Array for valid properties with the reasons
110
+ def list_invalid_properties
111
+ invalid_properties = Array.new
112
+ if @value.nil?
113
+ invalid_properties.push('invalid value for "value", value cannot be nil.')
114
+ end
115
+
116
+ if @timestamp.nil?
117
+ invalid_properties.push('invalid value for "timestamp", timestamp cannot be nil.')
118
+ end
119
+
120
+ if @source_type.nil?
121
+ invalid_properties.push('invalid value for "source_type", source_type cannot be nil.')
122
+ end
123
+
124
+ invalid_properties
125
+ end
126
+
127
+ # Check to see if the all the properties in the model are valid
128
+ # @return true if the model is valid
129
+ def valid?
130
+ return false if @value.nil?
131
+ return false if @timestamp.nil?
132
+ return false if @source_type.nil?
133
+ true
134
+ end
135
+
136
+ # Checks equality by comparing each attribute.
137
+ # @param [Object] Object to be compared
138
+ def ==(o)
139
+ return true if self.equal?(o)
140
+ self.class == o.class &&
141
+ value == o.value &&
142
+ timestamp == o.timestamp &&
143
+ source_type == o.source_type &&
144
+ source_id == o.source_id &&
145
+ source_label == o.source_label &&
146
+ updated_by_user_id == o.updated_by_user_id
147
+ end
148
+
149
+ # @see the `==` method
150
+ # @param [Object] Object to be compared
151
+ def eql?(o)
152
+ self == o
153
+ end
154
+
155
+ # Calculates hash code according to all attributes.
156
+ # @return [Integer] Hash code
157
+ def hash
158
+ [value, timestamp, source_type, source_id, source_label, updated_by_user_id].hash
159
+ end
160
+
161
+ # Builds the object from hash
162
+ # @param [Hash] attributes Model attributes in the form of hash
163
+ # @return [Object] Returns the model itself
164
+ def self.build_from_hash(attributes)
165
+ new.build_from_hash(attributes)
166
+ end
167
+
168
+ # Builds the object from hash
169
+ # @param [Hash] attributes Model attributes in the form of hash
170
+ # @return [Object] Returns the model itself
171
+ def build_from_hash(attributes)
172
+ return nil unless attributes.is_a?(Hash)
173
+ attributes = attributes.transform_keys(&:to_sym)
174
+ self.class.openapi_types.each_pair do |key, type|
175
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
176
+ self.send("#{key}=", nil)
177
+ elsif type =~ /\AArray<(.*)>/i
178
+ # check to ensure the input is an array given that the attribute
179
+ # is documented as an array but the input is not
180
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
181
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
182
+ end
183
+ elsif !attributes[self.class.attribute_map[key]].nil?
184
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
185
+ end
186
+ end
187
+
188
+ self
189
+ end
190
+
191
+ # Deserializes the data based on type
192
+ # @param string type Data type
193
+ # @param string value Value to be deserialized
194
+ # @return [Object] Deserialized data
195
+ def _deserialize(type, value)
196
+ case type.to_sym
197
+ when :Time
198
+ Time.parse(value)
199
+ when :Date
200
+ Date.parse(value)
201
+ when :String
202
+ value.to_s
203
+ when :Integer
204
+ value.to_i
205
+ when :Float
206
+ value.to_f
207
+ when :Boolean
208
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
209
+ true
210
+ else
211
+ false
212
+ end
213
+ when :Object
214
+ # generic object (usually a Hash), return directly
215
+ value
216
+ when /\AArray<(?<inner_type>.+)>\z/
217
+ inner_type = Regexp.last_match[:inner_type]
218
+ value.map { |v| _deserialize(inner_type, v) }
219
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
220
+ k_type = Regexp.last_match[:k_type]
221
+ v_type = Regexp.last_match[:v_type]
222
+ {}.tap do |hash|
223
+ value.each do |k, v|
224
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
225
+ end
226
+ end
227
+ else # model
228
+ # models (e.g. Pet) or oneOf
229
+ klass = Hubspot::Crm::Objects::PostalMail.const_get(type)
230
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
231
+ end
232
+ end
233
+
234
+ # Returns the string representation of the object
235
+ # @return [String] String presentation of the object
236
+ def to_s
237
+ to_hash.to_s
238
+ end
239
+
240
+ # to_body is an alias to to_hash (backward compatibility)
241
+ # @return [Hash] Returns the object in the form of hash
242
+ def to_body
243
+ to_hash
244
+ end
245
+
246
+ # Returns the object in the form of hash
247
+ # @return [Hash] Returns the object in the form of hash
248
+ def to_hash
249
+ hash = {}
250
+ self.class.attribute_map.each_pair do |attr, param|
251
+ value = self.send(attr)
252
+ if value.nil?
253
+ is_nullable = self.class.openapi_nullable.include?(attr)
254
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
255
+ end
256
+
257
+ hash[param] = _to_hash(value)
258
+ end
259
+ hash
260
+ end
261
+
262
+ # Outputs non-array value in the form of hash
263
+ # For object, use to_hash. Otherwise, just return the value
264
+ # @param [Object] value Any valid value
265
+ # @return [Hash] Returns the value in the form of hash
266
+ def _to_hash(value)
267
+ if value.is_a?(Array)
268
+ value.compact.map { |v| _to_hash(v) }
269
+ elsif value.is_a?(Hash)
270
+ {}.tap do |hash|
271
+ value.each { |k, v| hash[k] = _to_hash(v) }
272
+ end
273
+ elsif value.respond_to? :to_hash
274
+ value.to_hash
275
+ else
276
+ value
277
+ end
278
+ end
279
+
280
+ end
281
+
282
+ end
283
+ end
284
+ end
285
+ end
@@ -42,6 +42,8 @@ module Hubspot
42
42
 
43
43
  attr_accessor :updated_by_user_id
44
44
 
45
+ attr_accessor :persistence_timestamp
46
+
45
47
  class EnumAttributeValidator
46
48
  attr_reader :datatype
47
49
  attr_reader :allowable_values
@@ -78,7 +80,8 @@ module Hubspot
78
80
  :'source_vid' => :'sourceVid',
79
81
  :'source_metadata' => :'sourceMetadata',
80
82
  :'request_id' => :'requestId',
81
- :'updated_by_user_id' => :'updatedByUserId'
83
+ :'updated_by_user_id' => :'updatedByUserId',
84
+ :'persistence_timestamp' => :'persistenceTimestamp'
82
85
  }
83
86
  end
84
87
 
@@ -101,7 +104,8 @@ module Hubspot
101
104
  :'source_vid' => :'Array<Integer>',
102
105
  :'source_metadata' => :'String',
103
106
  :'request_id' => :'String',
104
- :'updated_by_user_id' => :'Integer'
107
+ :'updated_by_user_id' => :'Integer',
108
+ :'persistence_timestamp' => :'Integer'
105
109
  }
106
110
  end
107
111
 
@@ -175,6 +179,10 @@ module Hubspot
175
179
  if attributes.key?(:'updated_by_user_id')
176
180
  self.updated_by_user_id = attributes[:'updated_by_user_id']
177
181
  end
182
+
183
+ if attributes.key?(:'persistence_timestamp')
184
+ self.persistence_timestamp = attributes[:'persistence_timestamp']
185
+ end
178
186
  end
179
187
 
180
188
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -273,7 +281,8 @@ module Hubspot
273
281
  source_vid == o.source_vid &&
274
282
  source_metadata == o.source_metadata &&
275
283
  request_id == o.request_id &&
276
- updated_by_user_id == o.updated_by_user_id
284
+ updated_by_user_id == o.updated_by_user_id &&
285
+ persistence_timestamp == o.persistence_timestamp
277
286
  end
278
287
 
279
288
  # @see the `==` method
@@ -285,7 +294,7 @@ module Hubspot
285
294
  # Calculates hash code according to all attributes.
286
295
  # @return [Integer] Hash code
287
296
  def hash
288
- [name, value, timestamp, source_id, source_label, source, selected_by_user, selected_by_user_timestamp, source_vid, source_metadata, request_id, updated_by_user_id].hash
297
+ [name, value, timestamp, source_id, source_label, source, selected_by_user, selected_by_user_timestamp, source_vid, source_metadata, request_id, updated_by_user_id, persistence_timestamp].hash
289
298
  end
290
299
 
291
300
  # Builds the object from hash
@@ -14,6 +14,7 @@ module Hubspot
14
14
  feedback_submissions
15
15
  meetings
16
16
  notes
17
+ postal_mail
17
18
  tasks
18
19
  ].freeze
19
20
  end
@@ -0,0 +1,15 @@
1
+ require_relative '../../../../base_api_client'
2
+
3
+ module Hubspot
4
+ module Discovery
5
+ module Crm
6
+ module Objects
7
+ module PostalMail
8
+ class AssociationsApi
9
+ include Hubspot::Discovery::BaseApiClient
10
+ end
11
+ end
12
+ end
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,15 @@
1
+ require_relative '../../../../base_api_client'
2
+
3
+ module Hubspot
4
+ module Discovery
5
+ module Crm
6
+ module Objects
7
+ module PostalMail
8
+ class BasicApi
9
+ include Hubspot::Discovery::BaseApiClient
10
+ end
11
+ end
12
+ end
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,15 @@
1
+ require_relative '../../../../base_api_client'
2
+
3
+ module Hubspot
4
+ module Discovery
5
+ module Crm
6
+ module Objects
7
+ module PostalMail
8
+ class BatchApi
9
+ include Hubspot::Discovery::BaseApiClient
10
+ end
11
+ end
12
+ end
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,15 @@
1
+ require_relative '../../../../base_api_client'
2
+
3
+ module Hubspot
4
+ module Discovery
5
+ module Crm
6
+ module Objects
7
+ module PostalMail
8
+ class PublicObjectApi
9
+ include Hubspot::Discovery::BaseApiClient
10
+ end
11
+ end
12
+ end
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,15 @@
1
+ require_relative '../../../../base_api_client'
2
+
3
+ module Hubspot
4
+ module Discovery
5
+ module Crm
6
+ module Objects
7
+ module PostalMail
8
+ class SearchApi
9
+ include Hubspot::Discovery::BaseApiClient
10
+ end
11
+ end
12
+ end
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,25 @@
1
+ require_relative '../../../base_module_client'
2
+
3
+ module Hubspot
4
+ module Discovery
5
+ module Crm
6
+ module Objects
7
+ module PostalMail
8
+ class Client
9
+ include Hubspot::Discovery::BaseModuleClient
10
+
11
+ def api_classes
12
+ %i[
13
+ associations
14
+ basic
15
+ batch
16
+ public_object
17
+ search
18
+ ].freeze
19
+ end
20
+ end
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
@@ -1,3 +1,3 @@
1
1
  module Hubspot
2
- VERSION = '16.0.4'
2
+ VERSION = '16.1.0'
3
3
  end
@@ -0,0 +1,9 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Discovery::Crm::Objects::PostalMail::AssociationsApi' do
4
+ subject(:api) { Hubspot::Client.new(access_token: 'test').crm.objects.postal_mail.associations_api }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:get_all) }
9
+ end
@@ -0,0 +1,10 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Discovery::Crm::Objects::PostalMail::BasicApi' do
4
+ subject(:api) { Hubspot::Client.new(access_token: 'test').crm.objects.postal_mail.basic_api }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:get_by_id) }
9
+ it { is_expected.to respond_to(:get_page) }
10
+ end
@@ -0,0 +1,10 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Discovery::Crm::Objects::PostalMail::BatchApi' do
4
+ subject(:api) { Hubspot::Client.new(access_token: 'test').crm.objects.postal_mail.batch_api }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:read) }
9
+ it { is_expected.to respond_to(:update) }
10
+ end
@@ -0,0 +1,7 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Discovery::Crm::Objects::PostalMail::PublicObjectApi' do
4
+ subject(:api) { Hubspot::Client.new(access_token: 'test').crm.objects.postal_mail.public_object_api }
5
+
6
+ it { is_expected.to respond_to(:merge) }
7
+ end
@@ -0,0 +1,7 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Discovery::Crm::Objects::PostalMail::SearchApi' do
4
+ subject(:api) { Hubspot::Client.new(access_token: 'test').crm.objects.postal_mail.search_api }
5
+
6
+ it { is_expected.to respond_to(:do_search) }
7
+ 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: 16.0.4
4
+ version: 16.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - HubSpot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-08 00:00:00.000000000 Z
11
+ date: 2022-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -963,6 +963,47 @@ files:
963
963
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb
964
964
  - lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb
965
965
  - lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb
966
+ - lib/hubspot/codegen/crm/objects/postal_mail/api/associations_api.rb
967
+ - lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb
968
+ - lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb
969
+ - lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb
970
+ - lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb
971
+ - lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb
972
+ - lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb
973
+ - lib/hubspot/codegen/crm/objects/postal_mail/configuration.rb
974
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb
975
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb
976
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec_with_label.rb
977
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb
978
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb
979
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input.rb
980
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb
981
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb
982
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb
983
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb
984
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_multi_associated_object_with_label_forward_paging.rb
985
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb
986
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb
987
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb
988
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/error_category.rb
989
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb
990
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb
991
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/filter_group.rb
992
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/forward_paging.rb
993
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/labels_between_object_pair.rb
994
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/multi_associated_object_with_label.rb
995
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb
996
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb
997
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb
998
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb
999
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb
1000
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb
1001
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb
1002
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb
1003
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb
1004
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb
1005
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb
1006
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb
966
1007
  - lib/hubspot/codegen/crm/objects/tasks/api/associations_api.rb
967
1008
  - lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb
968
1009
  - lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb
@@ -1534,6 +1575,12 @@ files:
1534
1575
  - lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb
1535
1576
  - lib/hubspot/discovery/crm/objects/notes/api/search_api.rb
1536
1577
  - lib/hubspot/discovery/crm/objects/notes/client.rb
1578
+ - lib/hubspot/discovery/crm/objects/postal_mail/api/associations_api.rb
1579
+ - lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb
1580
+ - lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb
1581
+ - lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb
1582
+ - lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb
1583
+ - lib/hubspot/discovery/crm/objects/postal_mail/client.rb
1537
1584
  - lib/hubspot/discovery/crm/objects/tasks/api/associations_api.rb
1538
1585
  - lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb
1539
1586
  - lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb
@@ -1699,6 +1746,11 @@ files:
1699
1746
  - spec/discovery/crm/objects/notes/batch_api_spec.rb
1700
1747
  - spec/discovery/crm/objects/notes/public_object_api_spec.rb
1701
1748
  - spec/discovery/crm/objects/notes/search_api_spec.rb
1749
+ - spec/discovery/crm/objects/postal_mail/associations_api_spec.rb
1750
+ - spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
1751
+ - spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
1752
+ - spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
1753
+ - spec/discovery/crm/objects/postal_mail/search_api_spec.rb
1702
1754
  - spec/discovery/crm/objects/public_object_api_spec.rb
1703
1755
  - spec/discovery/crm/objects/search_api_spec.rb
1704
1756
  - spec/discovery/crm/objects/tasks/associations_api_spec.rb
@@ -1807,6 +1859,11 @@ test_files:
1807
1859
  - spec/discovery/crm/contacts/public_object_api_spec.rb
1808
1860
  - spec/discovery/crm/contacts/gdpr_api_spec.rb
1809
1861
  - spec/discovery/crm/contacts/batch_api_spec.rb
1862
+ - spec/discovery/crm/objects/postal_mail/search_api_spec.rb
1863
+ - spec/discovery/crm/objects/postal_mail/associations_api_spec.rb
1864
+ - spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
1865
+ - spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
1866
+ - spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
1810
1867
  - spec/discovery/crm/objects/calls/search_api_spec.rb
1811
1868
  - spec/discovery/crm/objects/calls/associations_api_spec.rb
1812
1869
  - spec/discovery/crm/objects/calls/basic_api_spec.rb