ultracart_api 3.1.48 → 3.1.49

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: 15a4920821243ee879d4dd4e8a66fb03fb5a88cf02854920787e45bce9e8ef00
4
- data.tar.gz: 03a59ca867aeb01f41814dd5b3fa80aacd6674befd244dc60f5465bdba11b20d
3
+ metadata.gz: 78dde4732a6cd85317d65aefcff10374fab0fb37c263f8528d2997e62247a645
4
+ data.tar.gz: 4603210aeae5cce21e86cb97c4f823b87775bfcb120c4c913b1daa620a6087dd
5
5
  SHA512:
6
- metadata.gz: e0d31acc4523ec97641b0472536ff8422cbea2584121cf21efce65305afc933213bfa87ed5484bcd83f370d18f0148da11f8038ef5b69c8de34c7e443b717fd1
7
- data.tar.gz: 74e80fdcae47129b64fed3dcda13545347c33ad51fa1d01ae493793e79c8792cd86bfa0d446b0ee09d64260b86d92c4be9945d2491b8df5d6c8e88f9aaed45a1
6
+ metadata.gz: d7e8c2b2a0365ad99ca0c891ddc0b15d985e331e304a34d18d3eadbe04527988e84352bfdc63751bb30517bb8a08200fbeeb055b3c51bd432fbaa6f9d1b5f188
7
+ data.tar.gz: 0ff962b04bc327341237a33abcccdc1dd28db73b80de1788b5654fee74ca77e573a90ba53840182ffe9f98bf194f48b30bdc4101924f9164c8e248726a0d09c9
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 3.1.48
10
+ - Package version: 3.1.49
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-3.1.48.gem
27
+ gem install ./ultracart_api-3.1.49.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.1.48.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.1.49.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ultracart_api', '~> 3.1.48'
35
+ gem 'ultracart_api', '~> 3.1.49'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -702,6 +702,7 @@ Class | Method | HTTP request | Description
702
702
  - [UltracartClient::IntegrationLogQueryFilterValues](docs/IntegrationLogQueryFilterValues.md)
703
703
  - [UltracartClient::IntegrationLogQueryRequest](docs/IntegrationLogQueryRequest.md)
704
704
  - [UltracartClient::IntegrationLogQueryResponse](docs/IntegrationLogQueryResponse.md)
705
+ - [UltracartClient::IntegrationLogResponse](docs/IntegrationLogResponse.md)
705
706
  - [UltracartClient::Item](docs/Item.md)
706
707
  - [UltracartClient::ItemAccounting](docs/ItemAccounting.md)
707
708
  - [UltracartClient::ItemAmember](docs/ItemAmember.md)
@@ -1028,6 +1029,7 @@ Not every change is committed to every SDK.
1028
1029
 
1029
1030
  | Version | Date | Comments |
1030
1031
  | --: | :-: | --- |
1032
+ | 3.1.49 | 06/17/2021 | Integrated Logging: standardize the response object from getIntegrationLog method |
1031
1033
  | 3.1.47 | 06/16/2021 | Integrated Logging Rest API |
1032
1034
  | 3.1.46 | 06/14/2021 | Screen recording: server side paginated heat map index with url contains filters, Item: channel partner item mapping unit cost override |
1033
1035
  | 3.1.44 | 06/02/2021 | new boolean flag on items object to allow sharing of reviews between items |
@@ -9,7 +9,7 @@ Method | HTTP request | Description
9
9
 
10
10
 
11
11
  # **get_integration_log**
12
- > IntegrationLog get_integration_log(pk, sk)
12
+ > IntegrationLogResponse get_integration_log(pk, sk)
13
13
 
14
14
  Retrieve an integration log
15
15
 
@@ -48,7 +48,7 @@ Name | Type | Description | Notes
48
48
 
49
49
  ### Return type
50
50
 
51
- [**IntegrationLog**](IntegrationLog.md)
51
+ [**IntegrationLogResponse**](IntegrationLogResponse.md)
52
52
 
53
53
  ### Authorization
54
54
 
@@ -0,0 +1,12 @@
1
+ # UltracartClient::IntegrationLogResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **integration_log** | [**IntegrationLog**](IntegrationLog.md) | | [optional]
8
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -3,17 +3,29 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **large_click_thumbnail_url** | **String** | | [optional]
6
7
  **large_click_url** | **String** | | [optional]
8
+ **large_movement_thumbnail_url** | **String** | | [optional]
7
9
  **large_movement_url** | **String** | | [optional]
10
+ **large_regular_thumbnail_url** | **String** | | [optional]
8
11
  **large_regular_url** | **String** | | [optional]
12
+ **large_scroll_thumbnail_url** | **String** | | [optional]
9
13
  **large_scroll_url** | **String** | | [optional]
14
+ **medium_click_thumbnail_url** | **String** | | [optional]
10
15
  **medium_click_url** | **String** | | [optional]
16
+ **medium_movement_thumbnail_url** | **String** | | [optional]
11
17
  **medium_movement_url** | **String** | | [optional]
18
+ **medium_regular_thumbnail_url** | **String** | | [optional]
12
19
  **medium_regular_url** | **String** | | [optional]
20
+ **medium_scroll_thumbnail_url** | **String** | | [optional]
13
21
  **medium_scroll_url** | **String** | | [optional]
22
+ **small_click_thumbnail_url** | **String** | | [optional]
14
23
  **small_click_url** | **String** | | [optional]
24
+ **small_movement_thumbnail_url** | **String** | | [optional]
15
25
  **small_movement_url** | **String** | | [optional]
26
+ **small_regular_thumbnail_url** | **String** | | [optional]
16
27
  **small_regular_url** | **String** | | [optional]
28
+ **small_scroll_thumbnail_url** | **String** | | [optional]
17
29
  **small_scroll_url** | **String** | | [optional]
18
30
 
19
31
 
@@ -4,6 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **range** | [**ScreenRecordingFilterRangeDate**](ScreenRecordingFilterRangeDate.md) | | [optional]
7
+ **screen_sizes** | **Array<String>** | | [optional]
7
8
  **url** | **String** | | [optional]
8
9
 
9
10
 
data/lib/ultracart_api.rb CHANGED
@@ -331,6 +331,7 @@ require 'ultracart_api/models/integration_log_log'
331
331
  require 'ultracart_api/models/integration_log_query_filter_values'
332
332
  require 'ultracart_api/models/integration_log_query_request'
333
333
  require 'ultracart_api/models/integration_log_query_response'
334
+ require 'ultracart_api/models/integration_log_response'
334
335
  require 'ultracart_api/models/item'
335
336
  require 'ultracart_api/models/item_accounting'
336
337
  require 'ultracart_api/models/item_amember'
@@ -37,7 +37,7 @@ module UltracartClient
37
37
  # @param pk
38
38
  # @param sk
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [IntegrationLog]
40
+ # @return [IntegrationLogResponse]
41
41
  def get_integration_log(pk, sk, opts = {})
42
42
  data, _status_code, _headers = get_integration_log_with_http_info(pk, sk, opts)
43
43
  data
@@ -48,7 +48,7 @@ module UltracartClient
48
48
  # @param pk
49
49
  # @param sk
50
50
  # @param [Hash] opts the optional parameters
51
- # @return [Array<(IntegrationLog, Fixnum, Hash)>] IntegrationLog data, response status code and response headers
51
+ # @return [Array<(IntegrationLogResponse, Fixnum, Hash)>] IntegrationLogResponse data, response status code and response headers
52
52
  def get_integration_log_with_http_info(pk, sk, opts = {})
53
53
  if @api_client.config.debugging
54
54
  @api_client.config.logger.debug 'Calling API: IntegrationLogApi.get_integration_log ...'
@@ -87,7 +87,7 @@ module UltracartClient
87
87
  :form_params => form_params,
88
88
  :body => post_body,
89
89
  :auth_names => auth_names,
90
- :return_type => 'IntegrationLog')
90
+ :return_type => 'IntegrationLogResponse')
91
91
  if @api_client.config.debugging
92
92
  @api_client.config.logger.debug "API called: IntegrationLogApi#get_integration_log\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
93
93
  end
@@ -0,0 +1,221 @@
1
+ =begin
2
+ #UltraCart Rest API V2
3
+
4
+ #UltraCart REST API Version 2
5
+
6
+ OpenAPI spec version: 2.0.0
7
+ Contact: support@ultracart.com
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.15-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module UltracartClient
16
+ class IntegrationLogResponse
17
+ attr_accessor :error
18
+
19
+ attr_accessor :integration_log
20
+
21
+ attr_accessor :metadata
22
+
23
+ # Indicates if API call was successful
24
+ attr_accessor :success
25
+
26
+ attr_accessor :warning
27
+
28
+ # Attribute mapping from ruby-style variable name to JSON key.
29
+ def self.attribute_map
30
+ {
31
+ :'error' => :'error',
32
+ :'integration_log' => :'integration_log',
33
+ :'metadata' => :'metadata',
34
+ :'success' => :'success',
35
+ :'warning' => :'warning'
36
+ }
37
+ end
38
+
39
+ # Attribute type mapping.
40
+ def self.swagger_types
41
+ {
42
+ :'error' => :'Error',
43
+ :'integration_log' => :'IntegrationLog',
44
+ :'metadata' => :'ResponseMetadata',
45
+ :'success' => :'BOOLEAN',
46
+ :'warning' => :'Warning'
47
+ }
48
+ end
49
+
50
+ # Initializes the object
51
+ # @param [Hash] attributes Model attributes in the form of hash
52
+ def initialize(attributes = {})
53
+ return unless attributes.is_a?(Hash)
54
+
55
+ # convert string to symbol for hash key
56
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
57
+
58
+ if attributes.has_key?(:'error')
59
+ self.error = attributes[:'error']
60
+ end
61
+
62
+ if attributes.has_key?(:'integration_log')
63
+ self.integration_log = attributes[:'integration_log']
64
+ end
65
+
66
+ if attributes.has_key?(:'metadata')
67
+ self.metadata = attributes[:'metadata']
68
+ end
69
+
70
+ if attributes.has_key?(:'success')
71
+ self.success = attributes[:'success']
72
+ end
73
+
74
+ if attributes.has_key?(:'warning')
75
+ self.warning = attributes[:'warning']
76
+ end
77
+ end
78
+
79
+ # Show invalid properties with the reasons. Usually used together with valid?
80
+ # @return Array for valid properties with the reasons
81
+ def list_invalid_properties
82
+ invalid_properties = Array.new
83
+ invalid_properties
84
+ end
85
+
86
+ # Check to see if the all the properties in the model are valid
87
+ # @return true if the model is valid
88
+ def valid?
89
+ true
90
+ end
91
+
92
+ # Checks equality by comparing each attribute.
93
+ # @param [Object] Object to be compared
94
+ def ==(o)
95
+ return true if self.equal?(o)
96
+ self.class == o.class &&
97
+ error == o.error &&
98
+ integration_log == o.integration_log &&
99
+ metadata == o.metadata &&
100
+ success == o.success &&
101
+ warning == o.warning
102
+ end
103
+
104
+ # @see the `==` method
105
+ # @param [Object] Object to be compared
106
+ def eql?(o)
107
+ self == o
108
+ end
109
+
110
+ # Calculates hash code according to all attributes.
111
+ # @return [Fixnum] Hash code
112
+ def hash
113
+ [error, integration_log, metadata, success, warning].hash
114
+ end
115
+
116
+ # Builds the object from hash
117
+ # @param [Hash] attributes Model attributes in the form of hash
118
+ # @return [Object] Returns the model itself
119
+ def build_from_hash(attributes)
120
+ return nil unless attributes.is_a?(Hash)
121
+ self.class.swagger_types.each_pair do |key, type|
122
+ if type =~ /\AArray<(.*)>/i
123
+ # check to ensure the input is an array given that the attribute
124
+ # is documented as an array but the input is not
125
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
126
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
127
+ end
128
+ elsif !attributes[self.class.attribute_map[key]].nil?
129
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
130
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
131
+ end
132
+
133
+ self
134
+ end
135
+
136
+ # Deserializes the data based on type
137
+ # @param string type Data type
138
+ # @param string value Value to be deserialized
139
+ # @return [Object] Deserialized data
140
+ def _deserialize(type, value)
141
+ case type.to_sym
142
+ when :DateTime
143
+ DateTime.parse(value)
144
+ when :Date
145
+ Date.parse(value)
146
+ when :String
147
+ value.to_s
148
+ when :Integer
149
+ value.to_i
150
+ when :Float
151
+ value.to_f
152
+ when :BOOLEAN
153
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
154
+ true
155
+ else
156
+ false
157
+ end
158
+ when :Object
159
+ # generic object (usually a Hash), return directly
160
+ value
161
+ when /\AArray<(?<inner_type>.+)>\z/
162
+ inner_type = Regexp.last_match[:inner_type]
163
+ value.map { |v| _deserialize(inner_type, v) }
164
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
165
+ k_type = Regexp.last_match[:k_type]
166
+ v_type = Regexp.last_match[:v_type]
167
+ {}.tap do |hash|
168
+ value.each do |k, v|
169
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
170
+ end
171
+ end
172
+ else # model
173
+ temp_model = UltracartClient.const_get(type).new
174
+ temp_model.build_from_hash(value)
175
+ end
176
+ end
177
+
178
+ # Returns the string representation of the object
179
+ # @return [String] String presentation of the object
180
+ def to_s
181
+ to_hash.to_s
182
+ end
183
+
184
+ # to_body is an alias to to_hash (backward compatibility)
185
+ # @return [Hash] Returns the object in the form of hash
186
+ def to_body
187
+ to_hash
188
+ end
189
+
190
+ # Returns the object in the form of hash
191
+ # @return [Hash] Returns the object in the form of hash
192
+ def to_hash
193
+ hash = {}
194
+ self.class.attribute_map.each_pair do |attr, param|
195
+ value = self.send(attr)
196
+ next if value.nil?
197
+ hash[param] = _to_hash(value)
198
+ end
199
+ hash
200
+ end
201
+
202
+ # Outputs non-array value in the form of hash
203
+ # For object, use to_hash. Otherwise, just return the value
204
+ # @param [Object] value Any valid value
205
+ # @return [Hash] Returns the value in the form of hash
206
+ def _to_hash(value)
207
+ if value.is_a?(Array)
208
+ value.compact.map { |v| _to_hash(v) }
209
+ elsif value.is_a?(Hash)
210
+ {}.tap do |hash|
211
+ value.each { |k, v| hash[k] = _to_hash(v) }
212
+ end
213
+ elsif value.respond_to? :to_hash
214
+ value.to_hash
215
+ else
216
+ value
217
+ end
218
+ end
219
+
220
+ end
221
+ end
@@ -14,44 +14,80 @@ require 'date'
14
14
 
15
15
  module UltracartClient
16
16
  class ScreenRecordingHeatmap
17
+ attr_accessor :large_click_thumbnail_url
18
+
17
19
  attr_accessor :large_click_url
18
20
 
21
+ attr_accessor :large_movement_thumbnail_url
22
+
19
23
  attr_accessor :large_movement_url
20
24
 
25
+ attr_accessor :large_regular_thumbnail_url
26
+
21
27
  attr_accessor :large_regular_url
22
28
 
29
+ attr_accessor :large_scroll_thumbnail_url
30
+
23
31
  attr_accessor :large_scroll_url
24
32
 
33
+ attr_accessor :medium_click_thumbnail_url
34
+
25
35
  attr_accessor :medium_click_url
26
36
 
37
+ attr_accessor :medium_movement_thumbnail_url
38
+
27
39
  attr_accessor :medium_movement_url
28
40
 
41
+ attr_accessor :medium_regular_thumbnail_url
42
+
29
43
  attr_accessor :medium_regular_url
30
44
 
45
+ attr_accessor :medium_scroll_thumbnail_url
46
+
31
47
  attr_accessor :medium_scroll_url
32
48
 
49
+ attr_accessor :small_click_thumbnail_url
50
+
33
51
  attr_accessor :small_click_url
34
52
 
53
+ attr_accessor :small_movement_thumbnail_url
54
+
35
55
  attr_accessor :small_movement_url
36
56
 
57
+ attr_accessor :small_regular_thumbnail_url
58
+
37
59
  attr_accessor :small_regular_url
38
60
 
61
+ attr_accessor :small_scroll_thumbnail_url
62
+
39
63
  attr_accessor :small_scroll_url
40
64
 
41
65
  # Attribute mapping from ruby-style variable name to JSON key.
42
66
  def self.attribute_map
43
67
  {
68
+ :'large_click_thumbnail_url' => :'large_click_thumbnail_url',
44
69
  :'large_click_url' => :'large_click_url',
70
+ :'large_movement_thumbnail_url' => :'large_movement_thumbnail_url',
45
71
  :'large_movement_url' => :'large_movement_url',
72
+ :'large_regular_thumbnail_url' => :'large_regular_thumbnail_url',
46
73
  :'large_regular_url' => :'large_regular_url',
74
+ :'large_scroll_thumbnail_url' => :'large_scroll_thumbnail_url',
47
75
  :'large_scroll_url' => :'large_scroll_url',
76
+ :'medium_click_thumbnail_url' => :'medium_click_thumbnail_url',
48
77
  :'medium_click_url' => :'medium_click_url',
78
+ :'medium_movement_thumbnail_url' => :'medium_movement_thumbnail_url',
49
79
  :'medium_movement_url' => :'medium_movement_url',
80
+ :'medium_regular_thumbnail_url' => :'medium_regular_thumbnail_url',
50
81
  :'medium_regular_url' => :'medium_regular_url',
82
+ :'medium_scroll_thumbnail_url' => :'medium_scroll_thumbnail_url',
51
83
  :'medium_scroll_url' => :'medium_scroll_url',
84
+ :'small_click_thumbnail_url' => :'small_click_thumbnail_url',
52
85
  :'small_click_url' => :'small_click_url',
86
+ :'small_movement_thumbnail_url' => :'small_movement_thumbnail_url',
53
87
  :'small_movement_url' => :'small_movement_url',
88
+ :'small_regular_thumbnail_url' => :'small_regular_thumbnail_url',
54
89
  :'small_regular_url' => :'small_regular_url',
90
+ :'small_scroll_thumbnail_url' => :'small_scroll_thumbnail_url',
55
91
  :'small_scroll_url' => :'small_scroll_url'
56
92
  }
57
93
  end
@@ -59,17 +95,29 @@ module UltracartClient
59
95
  # Attribute type mapping.
60
96
  def self.swagger_types
61
97
  {
98
+ :'large_click_thumbnail_url' => :'String',
62
99
  :'large_click_url' => :'String',
100
+ :'large_movement_thumbnail_url' => :'String',
63
101
  :'large_movement_url' => :'String',
102
+ :'large_regular_thumbnail_url' => :'String',
64
103
  :'large_regular_url' => :'String',
104
+ :'large_scroll_thumbnail_url' => :'String',
65
105
  :'large_scroll_url' => :'String',
106
+ :'medium_click_thumbnail_url' => :'String',
66
107
  :'medium_click_url' => :'String',
108
+ :'medium_movement_thumbnail_url' => :'String',
67
109
  :'medium_movement_url' => :'String',
110
+ :'medium_regular_thumbnail_url' => :'String',
68
111
  :'medium_regular_url' => :'String',
112
+ :'medium_scroll_thumbnail_url' => :'String',
69
113
  :'medium_scroll_url' => :'String',
114
+ :'small_click_thumbnail_url' => :'String',
70
115
  :'small_click_url' => :'String',
116
+ :'small_movement_thumbnail_url' => :'String',
71
117
  :'small_movement_url' => :'String',
118
+ :'small_regular_thumbnail_url' => :'String',
72
119
  :'small_regular_url' => :'String',
120
+ :'small_scroll_thumbnail_url' => :'String',
73
121
  :'small_scroll_url' => :'String'
74
122
  }
75
123
  end
@@ -82,50 +130,98 @@ module UltracartClient
82
130
  # convert string to symbol for hash key
83
131
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
84
132
 
133
+ if attributes.has_key?(:'large_click_thumbnail_url')
134
+ self.large_click_thumbnail_url = attributes[:'large_click_thumbnail_url']
135
+ end
136
+
85
137
  if attributes.has_key?(:'large_click_url')
86
138
  self.large_click_url = attributes[:'large_click_url']
87
139
  end
88
140
 
141
+ if attributes.has_key?(:'large_movement_thumbnail_url')
142
+ self.large_movement_thumbnail_url = attributes[:'large_movement_thumbnail_url']
143
+ end
144
+
89
145
  if attributes.has_key?(:'large_movement_url')
90
146
  self.large_movement_url = attributes[:'large_movement_url']
91
147
  end
92
148
 
149
+ if attributes.has_key?(:'large_regular_thumbnail_url')
150
+ self.large_regular_thumbnail_url = attributes[:'large_regular_thumbnail_url']
151
+ end
152
+
93
153
  if attributes.has_key?(:'large_regular_url')
94
154
  self.large_regular_url = attributes[:'large_regular_url']
95
155
  end
96
156
 
157
+ if attributes.has_key?(:'large_scroll_thumbnail_url')
158
+ self.large_scroll_thumbnail_url = attributes[:'large_scroll_thumbnail_url']
159
+ end
160
+
97
161
  if attributes.has_key?(:'large_scroll_url')
98
162
  self.large_scroll_url = attributes[:'large_scroll_url']
99
163
  end
100
164
 
165
+ if attributes.has_key?(:'medium_click_thumbnail_url')
166
+ self.medium_click_thumbnail_url = attributes[:'medium_click_thumbnail_url']
167
+ end
168
+
101
169
  if attributes.has_key?(:'medium_click_url')
102
170
  self.medium_click_url = attributes[:'medium_click_url']
103
171
  end
104
172
 
173
+ if attributes.has_key?(:'medium_movement_thumbnail_url')
174
+ self.medium_movement_thumbnail_url = attributes[:'medium_movement_thumbnail_url']
175
+ end
176
+
105
177
  if attributes.has_key?(:'medium_movement_url')
106
178
  self.medium_movement_url = attributes[:'medium_movement_url']
107
179
  end
108
180
 
181
+ if attributes.has_key?(:'medium_regular_thumbnail_url')
182
+ self.medium_regular_thumbnail_url = attributes[:'medium_regular_thumbnail_url']
183
+ end
184
+
109
185
  if attributes.has_key?(:'medium_regular_url')
110
186
  self.medium_regular_url = attributes[:'medium_regular_url']
111
187
  end
112
188
 
189
+ if attributes.has_key?(:'medium_scroll_thumbnail_url')
190
+ self.medium_scroll_thumbnail_url = attributes[:'medium_scroll_thumbnail_url']
191
+ end
192
+
113
193
  if attributes.has_key?(:'medium_scroll_url')
114
194
  self.medium_scroll_url = attributes[:'medium_scroll_url']
115
195
  end
116
196
 
197
+ if attributes.has_key?(:'small_click_thumbnail_url')
198
+ self.small_click_thumbnail_url = attributes[:'small_click_thumbnail_url']
199
+ end
200
+
117
201
  if attributes.has_key?(:'small_click_url')
118
202
  self.small_click_url = attributes[:'small_click_url']
119
203
  end
120
204
 
205
+ if attributes.has_key?(:'small_movement_thumbnail_url')
206
+ self.small_movement_thumbnail_url = attributes[:'small_movement_thumbnail_url']
207
+ end
208
+
121
209
  if attributes.has_key?(:'small_movement_url')
122
210
  self.small_movement_url = attributes[:'small_movement_url']
123
211
  end
124
212
 
213
+ if attributes.has_key?(:'small_regular_thumbnail_url')
214
+ self.small_regular_thumbnail_url = attributes[:'small_regular_thumbnail_url']
215
+ end
216
+
125
217
  if attributes.has_key?(:'small_regular_url')
126
218
  self.small_regular_url = attributes[:'small_regular_url']
127
219
  end
128
220
 
221
+ if attributes.has_key?(:'small_scroll_thumbnail_url')
222
+ self.small_scroll_thumbnail_url = attributes[:'small_scroll_thumbnail_url']
223
+ end
224
+
129
225
  if attributes.has_key?(:'small_scroll_url')
130
226
  self.small_scroll_url = attributes[:'small_scroll_url']
131
227
  end
@@ -149,17 +245,29 @@ module UltracartClient
149
245
  def ==(o)
150
246
  return true if self.equal?(o)
151
247
  self.class == o.class &&
248
+ large_click_thumbnail_url == o.large_click_thumbnail_url &&
152
249
  large_click_url == o.large_click_url &&
250
+ large_movement_thumbnail_url == o.large_movement_thumbnail_url &&
153
251
  large_movement_url == o.large_movement_url &&
252
+ large_regular_thumbnail_url == o.large_regular_thumbnail_url &&
154
253
  large_regular_url == o.large_regular_url &&
254
+ large_scroll_thumbnail_url == o.large_scroll_thumbnail_url &&
155
255
  large_scroll_url == o.large_scroll_url &&
256
+ medium_click_thumbnail_url == o.medium_click_thumbnail_url &&
156
257
  medium_click_url == o.medium_click_url &&
258
+ medium_movement_thumbnail_url == o.medium_movement_thumbnail_url &&
157
259
  medium_movement_url == o.medium_movement_url &&
260
+ medium_regular_thumbnail_url == o.medium_regular_thumbnail_url &&
158
261
  medium_regular_url == o.medium_regular_url &&
262
+ medium_scroll_thumbnail_url == o.medium_scroll_thumbnail_url &&
159
263
  medium_scroll_url == o.medium_scroll_url &&
264
+ small_click_thumbnail_url == o.small_click_thumbnail_url &&
160
265
  small_click_url == o.small_click_url &&
266
+ small_movement_thumbnail_url == o.small_movement_thumbnail_url &&
161
267
  small_movement_url == o.small_movement_url &&
268
+ small_regular_thumbnail_url == o.small_regular_thumbnail_url &&
162
269
  small_regular_url == o.small_regular_url &&
270
+ small_scroll_thumbnail_url == o.small_scroll_thumbnail_url &&
163
271
  small_scroll_url == o.small_scroll_url
164
272
  end
165
273
 
@@ -172,7 +280,7 @@ module UltracartClient
172
280
  # Calculates hash code according to all attributes.
173
281
  # @return [Fixnum] Hash code
174
282
  def hash
175
- [large_click_url, large_movement_url, large_regular_url, large_scroll_url, medium_click_url, medium_movement_url, medium_regular_url, medium_scroll_url, small_click_url, small_movement_url, small_regular_url, small_scroll_url].hash
283
+ [large_click_thumbnail_url, large_click_url, large_movement_thumbnail_url, large_movement_url, large_regular_thumbnail_url, large_regular_url, large_scroll_thumbnail_url, large_scroll_url, medium_click_thumbnail_url, medium_click_url, medium_movement_thumbnail_url, medium_movement_url, medium_regular_thumbnail_url, medium_regular_url, medium_scroll_thumbnail_url, medium_scroll_url, small_click_thumbnail_url, small_click_url, small_movement_thumbnail_url, small_movement_url, small_regular_thumbnail_url, small_regular_url, small_scroll_thumbnail_url, small_scroll_url].hash
176
284
  end
177
285
 
178
286
  # Builds the object from hash
@@ -16,12 +16,15 @@ module UltracartClient
16
16
  class ScreenRecordingHeatmapRequest
17
17
  attr_accessor :range
18
18
 
19
+ attr_accessor :screen_sizes
20
+
19
21
  attr_accessor :url
20
22
 
21
23
  # Attribute mapping from ruby-style variable name to JSON key.
22
24
  def self.attribute_map
23
25
  {
24
26
  :'range' => :'range',
27
+ :'screen_sizes' => :'screen_sizes',
25
28
  :'url' => :'url'
26
29
  }
27
30
  end
@@ -30,6 +33,7 @@ module UltracartClient
30
33
  def self.swagger_types
31
34
  {
32
35
  :'range' => :'ScreenRecordingFilterRangeDate',
36
+ :'screen_sizes' => :'Array<String>',
33
37
  :'url' => :'String'
34
38
  }
35
39
  end
@@ -46,6 +50,12 @@ module UltracartClient
46
50
  self.range = attributes[:'range']
47
51
  end
48
52
 
53
+ if attributes.has_key?(:'screen_sizes')
54
+ if (value = attributes[:'screen_sizes']).is_a?(Array)
55
+ self.screen_sizes = value
56
+ end
57
+ end
58
+
49
59
  if attributes.has_key?(:'url')
50
60
  self.url = attributes[:'url']
51
61
  end
@@ -70,6 +80,7 @@ module UltracartClient
70
80
  return true if self.equal?(o)
71
81
  self.class == o.class &&
72
82
  range == o.range &&
83
+ screen_sizes == o.screen_sizes &&
73
84
  url == o.url
74
85
  end
75
86
 
@@ -82,7 +93,7 @@ module UltracartClient
82
93
  # Calculates hash code according to all attributes.
83
94
  # @return [Fixnum] Hash code
84
95
  def hash
85
- [range, url].hash
96
+ [range, screen_sizes, url].hash
86
97
  end
87
98
 
88
99
  # Builds the object from hash
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.1.48'
14
+ VERSION = '3.1.49'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.48
4
+ version: 3.1.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-16 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -523,6 +523,7 @@ files:
523
523
  - docs/IntegrationLogQueryFilterValues.md
524
524
  - docs/IntegrationLogQueryRequest.md
525
525
  - docs/IntegrationLogQueryResponse.md
526
+ - docs/IntegrationLogResponse.md
526
527
  - docs/Item.md
527
528
  - docs/ItemAccounting.md
528
529
  - docs/ItemAmember.md
@@ -1130,6 +1131,7 @@ files:
1130
1131
  - lib/ultracart_api/models/integration_log_query_filter_values.rb
1131
1132
  - lib/ultracart_api/models/integration_log_query_request.rb
1132
1133
  - lib/ultracart_api/models/integration_log_query_response.rb
1134
+ - lib/ultracart_api/models/integration_log_response.rb
1133
1135
  - lib/ultracart_api/models/item.rb
1134
1136
  - lib/ultracart_api/models/item_accounting.rb
1135
1137
  - lib/ultracart_api/models/item_amember.rb